Skip to content

Instantly share code, notes, and snippets.

@fbazzarella
Last active March 31, 2016 00:54
Show Gist options
  • Save fbazzarella/4f041322bc20f18814ee to your computer and use it in GitHub Desktop.
Save fbazzarella/4f041322bc20f18814ee to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade -y
# Miscellaneous
sudo apt-get install -y nautilus-dropbox terminator curl rar git gitk vlc
# Google Chrome
wget -qO- http://git.io/v85rL | sudo sh
# Sublime Text 3
wget -qO- https://git.io/vVski | sh
# Heroku Toolbelt
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment