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 0f21cf5e2b
commit 7532ade0e3
42 changed files with 5093 additions and 4 deletions

View file

@ -0,0 +1,19 @@
#!/bin/sh
#sudo apt-get update
sudo apt-get install -y curl
sudo apt-get install -y git
sudo apt-get install -y zsh
sudo chsh -s $(which zsh) vagrant
# Install mercurial
sudo apt-get install -y mercurial
# Install Subversion
sudo apt-get install -y subversion
# install golang
echo 'golang-go golang-go/dashboard boolean false' | sudo debconf-set-selections
sudo apt-get install -y golang
# Install dependencies for tests
sudo apt-get install -y jq node ruby python python-virtualenv