Add basic zsh config
This commit is contained in:
parent
4550213468
commit
9451dc2965
2 changed files with 9 additions and 7 deletions
|
@ -4,10 +4,18 @@
|
|||
# Let Home Manager install and manage itself.
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
zsh = {
|
||||
enable = true;
|
||||
history.share = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
theme = "agnoster";
|
||||
};
|
||||
};
|
||||
firefox.enable = true;
|
||||
chromium.enable = true;
|
||||
alacritty.enable = true;
|
||||
zsh.enable = true;
|
||||
go.enable = true;
|
||||
bat.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,12 +28,6 @@ ln -vfs "$DIR/.vimrc" ~/.vimrc
|
|||
ln -vfs "$DIR/rvmrc" ~/.rvmrc
|
||||
ln -vfs "$DIR/.tmux.conf" ~/.
|
||||
ln -vfs "$DIR/.tmux.macosx" ~/.
|
||||
rm -f "~/.zshrc"
|
||||
ln -vfs "$DIR/.zprezto" ~/.
|
||||
ln -vfs "$DIR/.zpreztorc" ~/.zpreztorc
|
||||
ln -vfs "$DIR/.zprofile" ~/.zprofile
|
||||
ln -vfs "$DIR/.zprezto/runcoms/zshenv" ~/.zshenv
|
||||
ln -vfs "$DIR/.zshrc" ~/.zshrc
|
||||
ln -vfs "$DIR/.hyper.js" ~/.hyper.js
|
||||
ln -vfs "$DIR/.hyper_plugins" ~/.hyper_plugins
|
||||
|
||||
|
|
Loading…
Reference in a new issue