feat: more plugins bcs more=more
This commit is contained in:
parent
901996ab32
commit
9a2491d5e7
2 changed files with 18 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
cat = "bat";
|
||||
cd = "z";
|
||||
};
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
bindkey -s ^f "mux-sessionizer\n"
|
||||
|
||||
fastfetch
|
||||
|
|
@ -30,7 +30,22 @@
|
|||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = ["git" "docker"];
|
||||
plugins = [
|
||||
"aliases"
|
||||
"bgnotify"
|
||||
"colored-man-pages"
|
||||
"colorize"
|
||||
"command-not-found"
|
||||
"docker"
|
||||
"docker-compose"
|
||||
"gh"
|
||||
"git"
|
||||
"git-auto-fetch"
|
||||
"golang"
|
||||
"pass"
|
||||
"safe-paste"
|
||||
"tmuxinator"
|
||||
];
|
||||
theme = "strug";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue