Work on zsh

Moved folder inside config

added capslock indicator to prompt
This commit is contained in:
Jonathan Hodgson 2017-07-12 15:17:26 +01:00
parent d46938de10
commit c0cf66c5bc
42 changed files with 5093 additions and 4 deletions

View file

@ -0,0 +1,13 @@
#!/bin/sh
# Install ZSH
sudo pkg install -y zsh
sudo chsh -s `which zsh` vagrant
sudo ln -s /usr/local/bin/zsh /usr/bin/zsh
# Install git
sudo pkg install -y git
# Install mercurial
sudo pkg install -y mercurial
# Install subversion
sudo pkg install -y subversion