[TASK] Add zsh plugins

This commit is contained in:
Sebastian Fischer 2026-02-07 19:25:03 +01:00
parent a493a4f4ba
commit 378d26c109

View File

@ -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";