Created
February 4, 2015 10:38
-
-
Save VGonPa/11137f123efd42436d1c to your computer and use it in GitHub Desktop.
Install automatically several programs that I use in my programming environments
This file contains 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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.