Skip to content

Instantly share code, notes, and snippets.

@VGonPa
Created February 4, 2015 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VGonPa/11137f123efd42436d1c to your computer and use it in GitHub Desktop.
Save VGonPa/11137f123efd42436d1c to your computer and use it in GitHub Desktop.
Install automatically several programs that I use in my programming environments
#!/bin/sh
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo add-apt-repository ppa:unit193/sourcecodepro
sudo add-apt-repository ppa:alexey-ivanov/qtcreator
sudo aptitude update
sudo aptitude install fonts-source-code-pro-ttf sublime-text qtcreator vim htop
@VGonPa
Copy link
Author

VGonPa commented Feb 4, 2015

At some point I should add some commands to download and configure other Gists for configuration of IPython and QTCreator launchers, Sublime Plugins and configs, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment