Last active
August 29, 2015 14:12
-
-
Save sitz/7a062847427520f017dd to your computer and use it in GitHub Desktop.
Setup a freshly installed OS
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
# Linux Mint | |
# Google Chrome | |
# Version Control System | |
sudo apt-get install -y git | |
sudo apt-get install -y subversion | |
# Editors | |
mkdir ~/Applications | |
code ~/Applications | |
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2%20x64.tar.bz2 | |
http://download-cf.jetbrains.com/python/pycharm-professional-4.0.3.tar.gz | |
sudo apt-get install -y vim | |
sudo apt-get install -y meld |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment