diff options
| author | NeodarZ <neodarz@neodarz.net> | 2017-08-24 14:55:59 +0200 |
|---|---|---|
| committer | NeodarZ <neodarz@neodarz.net> | 2017-08-24 14:55:59 +0200 |
| commit | e1782e62560e1c10e66aa81e5d1f10e9814d12a7 (patch) | |
| tree | e3cdbd6137a1d82455f1292807032ca61334692b | |
| parent | 2078f4ebf20b7c685a4a863d50d0516646296bc6 (diff) | |
| download | dotfiles_ascii-e1782e62560e1c10e66aa81e5d1f10e9814d12a7.tar.xz dotfiles_ascii-e1782e62560e1c10e66aa81e5d1f10e9814d12a7.zip | |
Add command to change shell to zsh
Diffstat (limited to '')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
