oh-my-zsh: Format with nixfmt
This commit is contained in:
parent
3f1321a03d
commit
066397c0fe
@ -66,18 +66,18 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A framework for managing your zsh configuration";
|
description = "A framework for managing your zsh configuration";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Oh My Zsh is a framework for managing your zsh configuration.
|
Oh My Zsh is a framework for managing your zsh configuration.
|
||||||
|
|
||||||
To copy the Oh My Zsh configuration file to your home directory, run
|
To copy the Oh My Zsh configuration file to your home directory, run
|
||||||
the following command:
|
the following command:
|
||||||
|
|
||||||
$ cp -v $(nix-env -q --out-path oh-my-zsh | cut -d' ' -f3)/share/oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
$ cp -v $(nix-env -q --out-path oh-my-zsh | cut -d' ' -f3)/share/oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||||
'';
|
'';
|
||||||
homepage = "https://ohmyz.sh/";
|
homepage = "https://ohmyz.sh/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ scolobb nequissimus ];
|
maintainers = with maintainers; [ scolobb nequissimus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user