aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-09 07:02:56 +0200
committerneodarz <neodarz@neodarz.net>2019-09-09 07:02:56 +0200
commit9f810eec6a98011b551c40f8686b88a4fb0b0862 (patch)
tree7ebe73f5cd8388c6bf46ce78b7033bc18efc6687 /install.sh
parent0a7be29623c8e722107b2d53fe524c6d65f70588 (diff)
downloaddotfiles-9f810eec6a98011b551c40f8686b88a4fb0b0862.tar.xz
dotfiles-9f810eec6a98011b551c40f8686b88a4fb0b0862.zip
Add zsh config
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