Added zsh themes and plugins
This commit is contained in:
parent
1f324976e9
commit
c7485503f7
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue