# Apps
sudo apt-get install vlc vim git gimp texlive-full pandoc
# Database
sudo apt-get install libsqlite3-dev libpq-dev build-essential
# Heroku Toolbelt
wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh
# Node
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
# Docker
wget -nv https://get.docker.com/ -O- -t 2 -T 10 | bash
- rvm
- postgres, use "alternative setup" - no really, use alternative setup
mkdir ~/.pandoc
cd ~/.pandoc
ln -s ~/Dropbox/TeX/ templates
ln -s ~/Dropbox/GFSC/Fonts/ .fonts
git config --global user.name "Dr Kim Foale"
git config --global user.email "[email protected]"
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=3600'
Then do this: https://help.github.com/articles/working-with-ssh-key-passphrases/