Created
February 1, 2015 07:47
-
-
Save mattdexter/d9b8bb820c02066549ff to your computer and use it in GitHub Desktop.
My Ubuntu Post-install Setup
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
| apt-get -y update | |
| apt-get -y upgrade | |
| apt-get install -y apache2 | |
| apt-get install -y php5 php-cli php5-mysql | |
| apt-get install -y phpmyadmin | |
| apt-get install -y mysql-client mysql-server | |
| apt-get install -y mysql-workbench | |
| add-apt-repository ppa:webupd8team/sublime-text-2 | |
| apt-get update -y | |
| apt-get install -y sublime-text | |
| apt-get install -y yum | |
| apt-get install -y vim | |
| apt-get install -y emacs23 | |
| apt-get install -y eclipse | |
| apt-get install -y filezilla | |
| apt-get install -y xclip | |
| apt-get install -y openssl | |
| apt-get install -y alien | |
| apt-get install -y aptitude | |
| apt-get install -y baobab | |
| apt-get install -y fortune | |
| apt-get install -y gcc | |
| apt-get install -y wget | |
| sudo add-apt-repository -y ppa:anton50489/test | |
| sudo apt-get update | |
| sudo apt-get install vlc | |
| apt-get install -y openjdk-7-jdk | |
| apt-get install -y python3 | |
| apt-get install -y ruby1.9.1 rubygems | |
| apt-get install -y r-base | |
| apt-get install -y git | |
| apt-get install -y gitk | |
| apt-get install -y mercurial | |
| apt-get install -y gimp | |
| apt-get install -y ubuntustudio-font-meta | |
| apt-get install -y vlc browser-plugin-vlc | |
| apt-get install -y steam | |
| apt-get install -y freeciv-client-gtk | |
| apt-get install -y openttd | |
| apt-get install -y lm-sensors | |
| yes | sensors-detect | |
| apt-get install redshift redshift-gtk | |
| add-apt-repository ppa:shutter/ppa | |
| apt-get update -y | |
| apt-get install shutter | |
| add-apt-repository ppa:weather-indicator-team/ppa | |
| apt-get update -y | |
| apt-get install my-weather-indicator | |
| apt-get install indicator-cpufreq | |
| add-apt-repository -y ppa:caffeine-developers/ppa | |
| apt-get update -y | |
| apt-get install caffeine | |
| apt-add-repository ppa:alexmurray/indicator-sensors | |
| apt-get update | |
| apt-get install -y indicator-sensors | |
| apt-get update -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment