mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Add some zsh plugins
This commit is contained in:
parent
c1da3bddae
commit
c2fb37e781
|
@ -80,17 +80,25 @@ ZSH_PYENV_VIRTUALENV="true"
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(
|
plugins=(
|
||||||
{%@@ if profile == 'yoetunheimr' or profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'ymir' @@%} archlinux
|
ag
|
||||||
{%@@ endif @@%} aws
|
aws
|
||||||
colored-man-pages
|
colored-man-pages
|
||||||
cp
|
cp
|
||||||
|
docker
|
||||||
|
docker-compose
|
||||||
|
emoji
|
||||||
|
emoji-clock
|
||||||
|
encode64
|
||||||
fzf
|
fzf
|
||||||
git
|
git
|
||||||
git-extras
|
git-extras
|
||||||
gitignore
|
gitignore
|
||||||
|
kind
|
||||||
kubectl
|
kubectl
|
||||||
|
man
|
||||||
nix-zsh-completions
|
nix-zsh-completions
|
||||||
pip
|
pip
|
||||||
|
podman
|
||||||
pyenv
|
pyenv
|
||||||
pylint
|
pylint
|
||||||
python
|
python
|
||||||
|
@ -98,11 +106,19 @@ plugins=(
|
||||||
sublime
|
sublime
|
||||||
sudo
|
sudo
|
||||||
systemd
|
systemd
|
||||||
|
tig
|
||||||
themes
|
themes
|
||||||
vscode
|
vscode
|
||||||
#zsh-completions (https://github.com/zsh-users/zsh-completions/issues/603)
|
#zsh-completions (https://github.com/zsh-users/zsh-completions/issues/603)
|
||||||
zsh-navigation-tools
|
zsh-navigation-tools
|
||||||
zsh-ssh
|
zsh-ssh
|
||||||
|
{%@@ if profile == 'ymir' or profile == 'susanoo.int.r3w.de' @@%} # Mac specifics
|
||||||
|
brew
|
||||||
|
iterm2
|
||||||
|
macos
|
||||||
|
{%@@ endif @@%}{%@@ if profile == 'yoetunheimr' or profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'ymir' @@%} # Archlinux specifics
|
||||||
|
archlinux
|
||||||
|
{%@@ endif @@%}
|
||||||
)
|
)
|
||||||
|
|
||||||
autoload -U compinit && compinit
|
autoload -U compinit && compinit
|
||||||
|
|
Loading…
Reference in a new issue