Skip to content

Instantly share code, notes, and snippets.

@sitz
Last active August 29, 2015 14:12
Show Gist options
  • Save sitz/7a062847427520f017dd to your computer and use it in GitHub Desktop.
Save sitz/7a062847427520f017dd to your computer and use it in GitHub Desktop.
Setup a freshly installed OS
# 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