aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2017-08-24 14:55:59 +0200
committerNeodarZ <neodarz@neodarz.net>2017-08-24 14:55:59 +0200
commite1782e62560e1c10e66aa81e5d1f10e9814d12a7 (patch)
treee3cdbd6137a1d82455f1292807032ca61334692b /install.sh
parent2078f4ebf20b7c685a4a863d50d0516646296bc6 (diff)
downloaddotfiles_ascii-e1782e62560e1c10e66aa81e5d1f10e9814d12a7.tar.xz
dotfiles_ascii-e1782e62560e1c10e66aa81e5d1f10e9814d12a7.zip
Add command to change shell to zsh
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 510cabd..056d6f7 100755
--- a/install.sh
+++ b/install.sh
@@ -37,6 +37,8 @@ yaourt -S otf-fira-code
#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
+#sudo chsh -s $(which zsh)
+
#stow vim
#git clone https://github.com/VundleVim/Vundle.vim.git vim/.vim/bundle/Vundle.vim