aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh15
1 files changed, 15 insertions, 0 deletions
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