Clean up init script

This commit is contained in:
Pavle Portic 2021-10-03 10:22:41 +02:00
parent 5d5b464c29
commit 1f58b5c70c
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 7 additions and 11 deletions

18
init.sh
View File

@ -10,15 +10,11 @@ git clone https://github.com/nikita-skobov/create-bash-script ~/.local/share/cre
git clone https://gitea.theedgeofrage.com/TheEdgeOfRage/rpn ~/.local/share/rpn
git clone https://github.com/TheEdgeOfRage/bumblebee-status ~/.local/share/bumblebee-status
mkdir -p ~/.config/zsh/plugins
cd ~/.config/zsh
git clone https://github.com/TheEdgeOfRage/ohmyzsh oh-my-zsh
cd -
mkdir -p ~/.config/zsh/plugins/
git clone https://github.com/TheEdgeOfRage/ohmyzsh ~/.config/zsh/oh-my-zsh
cd ~/.config/zsh/plugins
git clone https://github.com/MichaelAquilina/zsh-you-should-use you-should-use
git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv autoswitch-virtualenv
git clone https://github.com/zsh-users/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting
cd -
git clone https://github.com/MichaelAquilina/zsh-you-should-use ~/.config/zsh/plugins/you-should-use
git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv ~/.config/zsh/plugins/autoswitch-virtualenv
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.config/zsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ~/.config/zsh/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.config/zsh/plugins/zsh-syntax-highlighting