Skip to content

Instantly share code, notes, and snippets.

@inhji
Created April 16, 2013 16:59
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 inhji/5397595 to your computer and use it in GitHub Desktop.
Save inhji/5397595 to your computer and use it in GitHub Desktop.
Post Install Script
#!/bin/bash
# Download the latest packages & upgrade - for convenience's sake
apt-get update
apt-get upgrade -y
# PPAs
add-apt-repository -y ppa:nilarimogard/webupd8
add-apt-repository -y ppa:otto-kesselgulasch/gimp
add-apt-repository -y ppa:chris-lea/node.js
apt-get update
apt-get install node gimp android-tools ppa-purge
# Ubuntu Repositories
apt-get install -y git htop vim curl build-essential filezilla node guake zsh
# Configure Git
git config --global user.name "Jonathan Jenne"
git config --global user.email jjenne@inhji.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment