Last active
January 3, 2016 00:19
-
-
Save adamatan/8382443 to your computer and use it in GitHub Desktop.
My default apt-gets on every new Ubuntu install.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| sudo apt-get dist-upgrade | |
| sudo apt-get install zsh git openjdk-7-jdk graphviz vim python-pip python3-pip | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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