add autocomplete and zsh-z plugins

This commit is contained in:
Tim
2021-06-28 11:51:57 +02:00
parent abcdd91416
commit 2fab960c59
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ sudo apt install zsh wget curl
cd "$(dirname "$0")"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.oh-my-zsh/custom/themes/powerlevel10k
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/agkozak/zsh-z ~/.oh-my-zsh/custom/plugins/zsh-z
./solve-stow.sh bin
./solve-stow.sh zsh