From 9f810eec6a98011b551c40f8686b88a4fb0b0862 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 9 Sep 2019 07:02:56 +0200 Subject: Add zsh config --- install.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 507ad2e..6202952 100755 --- a/install.sh +++ b/install.sh @@ -70,6 +70,10 @@ # install needed package for profile +## zsh + +#sudo pacman -S zsh + ## aria2 #sudo pacman -S aria2 @@ -156,6 +160,17 @@ # post install dotfile +## zsh + +## After zsh installed, install this three plugins : +#git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/plugins/zsh-autosuggestions +#git clone git://github.com/zsh-users/zsh-history-substring-search ~/.zsh/plugins/zsh-history-substring-search +#git clone git://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh/plugins/zsh-syntax-highlighting +#git clone https://github.com/zsh-users/zsh-completions ~/.zsh/plugins/zsh-completions +#git clone https://github.com/kutsan/zsh-system-clipboard ~/.zsh/plugins/zsh-system-clipboard + +#chsh -s $(which zsh) + ## nvim #git clone https://github.com/vundlevim/vundle.vim.git ~/.config/nvim/bundle/Vundle.vim -- cgit v1.2.1