From cbc749882c39048d0f7eda2677d4118e163d93eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 25 Mar 2023 13:45:23 +0100 Subject: [PATCH] Moved installation from .zshrc to installer --- .zshrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.zshrc b/.zshrc index aea8876..b98abdb 100644 --- a/.zshrc +++ b/.zshrc @@ -33,23 +33,12 @@ plugins=(rake ruby vagrant knife knife_ssh kitchen ) ZSH_DISABLE_COMPFIX=true source $ZSH/oh-my-zsh.sh -if [ ! -d $CONFIG/zsh/aws ]; then - mkdir -p $CONFIG/zsh/aws - mkdir -p $CONFIG/zsh/azure-cli - cd $CONFIG/zsh - git clone https://github.com/popstas/zsh-command-time.git - git clone https://github.com/zsh-users/zsh-syntax-highlighting.git - git clone https://github.com/zsh-users/zsh-autosuggestions.git - curl https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/plugins/aws/aws.plugin.zsh -o $CONFIG/zsh/aws/aws.plugin.zsh - curl https://raw.githubusercontent.com/Azure/azure-cli/dev/az.completion -o $CONFIG/zsh/azure-cli/az.completion -fi [ -d $CONFIG/zsh/zsh-autosuggestions ] && source $CONFIG/zsh/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh &>> /dev/null [ -d $CONFIG/zsh/zsh-syntax-highlighting ] && source $CONFIG/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh &>> /dev/null [ -d $CONFIG/zsh/zsh-command-time ] && source $CONFIG/zsh/zsh-command-time/command-time.plugin.zsh &>> /dev/null [ -d $CONFIG/zsh/aws ] && source $CONFIG/zsh/aws/aws.plugin.zsh &>> /dev/null [ -d $CONFIG/zsh/azure-cli ] && source $CONFIG/zsh/azure-cli/az.completion &>> /dev/null [ -f $HOME/.password ] && source $HOME/.password -[ ! -d $CONFIG/fzf ] && git clone https://github.com/junegunn/fzf.git $HOME/.config/fzf [ -f $CONFIG/fzf/shell/key-bindings.zsh ] && source $HOME/.config/fzf/shell/key-bindings.zsh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh FPATH=/usr/local/share/zsh/site-functions:$FPATH