Skip to content

Instantly share code, notes, and snippets.

@adamatan
Last active January 3, 2016 00:19
Show Gist options
  • Select an option

  • Save adamatan/8382443 to your computer and use it in GitHub Desktop.

Select an option

Save adamatan/8382443 to your computer and use it in GitHub Desktop.
My default apt-gets on every new Ubuntu install.
# Google Web Fonts
wget -O /tmp/fonts.zip "http://goo.gl/ON8WFL" && mkdir -p ~/.fonts && mv /tmp/fonts.zip ~/.fonts/ && cd ~/.fonts && unzip fonts.zip
# Microsoft fonts
sudo apt-get install ttf-mscorefonts-installer
# There's a newline below - believe me.
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install zsh git openjdk-7-jdk graphviz vim python-pip python3-pip
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gimp chromium-browser scite terminator
# There's a newline below - believe me.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment