Skip to content

Instantly share code, notes, and snippets.

@nathanpalmer
Last active August 29, 2015 14:11
Show Gist options
  • Save nathanpalmer/4c957aafa4e2bde6eed2 to your computer and use it in GitHub Desktop.
Save nathanpalmer/4c957aafa4e2bde6eed2 to your computer and use it in GitHub Desktop.
Bootstrap Terminal.com
# Postgres
source <(curl -s https://gist.githubusercontent.com/nathanpalmer/aa102e03ab3c9432f8c5/raw/718f019bfef9984c4aaf6feaa559809bf014039f/install-postgres.sh)
# Redis
sudo apt-get install redis-server redis-tools -y
# RVM
source <(curl -s https://gist.githubusercontent.com/nathanpalmer/b00226cc57a3eaed3110/raw/ef458d3c21f1350d595cb674737e9eb47f87c79b/install-rvm.sh)
# Other things we need
sudo apt-get install git -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment