Start re-organising my dotfiles
This commit is contained in:
parent
654a7fe8ca
commit
2749e72abe
101 changed files with 40 additions and 3228 deletions
|
@ -1,19 +0,0 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue