[TASK] Add zsh plugins
This commit is contained in:
parent
a493a4f4ba
commit
378d26c109
@ -137,12 +137,17 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
theme = "powerlevel10k/powerlevel10k";
|
theme = "powerlevel10k/powerlevel10k";
|
||||||
plugins = [
|
plugins = [
|
||||||
"git"
|
"command-not-found"
|
||||||
"git-flow"
|
"common-aliases"
|
||||||
"docker"
|
"docker"
|
||||||
"docker-compose"
|
"docker-compose"
|
||||||
|
"git"
|
||||||
|
"git-prompt"
|
||||||
|
"git-flow-avh"
|
||||||
|
"ssh-agent"
|
||||||
"systemd"
|
"systemd"
|
||||||
"sudo"
|
"sudo"
|
||||||
|
"rsync"
|
||||||
];
|
];
|
||||||
|
|
||||||
custom = "$HOME/.oh-my-zsh/custom";
|
custom = "$HOME/.oh-my-zsh/custom";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user