Added zsh themes and plugins

This commit is contained in:
Serĉanto de Scio 2019-07-05 22:52:28 +10:00
parent 1f324976e9
commit c7485503f7
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -27,6 +27,8 @@
byobu # text-based window manager and terminal multiplexer.
htop # interactive process viewer
tmux # Terminal multiplexer required by byobu
git # Distributed version control system
powerline-fonts # For zsh themes
];
};
@ -42,6 +44,8 @@
#'';
ohMyZsh = {
enable = true;
plugins = [ "git" ];
theme = "agnoster";
};
};
programs.mosh = {