Skip to content

Instantly share code, notes, and snippets.

@dundee
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dundee/8803287 to your computer and use it in GitHub Desktop.
Save dundee/8803287 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install git curl postgresql nodejs
sudo add-apt-repository ppa:ondrej/php5
sudo apt-get update
sudo apt-get install php5 php-pear
sudo pear config-set auto_discover 1
sudo pear install pear.phpunit.de/PHPUnit
sudo pear install pear.phing.info/phing
npm install -g stylus
npm install -g less
## Sublime
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
## Postgres
sudo apt-get install postgresql
sudo -u postgres psql -c "CREATE DATABASE follow"
## Start sublime
subl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment