Skip to content

Instantly share code, notes, and snippets.

@egustafson
Last active December 15, 2015 18:29
Show Gist options
  • Save egustafson/5304430 to your computer and use it in GitHub Desktop.
Save egustafson/5304430 to your computer and use it in GitHub Desktop.
Common apps to bootstrap Ubuntu boxen with.
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get autoremove -y
sudo apt-get install -y git tcsh emacs24-nox emacsen-common emacs-goodies-el
sudo apt-get install -y xterm
# reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment