Last active
August 29, 2015 14:21
-
-
Save bookercodes/8b64b9e3073634a8fd13 to your computer and use it in GitHub Desktop.
Ubuntu Gnome post-installation script by Booker.
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
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get dist-upgrade | |
sudo add-apt-repository ppa:webupd8team/sublime-text-3 | |
sudo add-apt-repository ppa:mutate/ppa | |
sudo add-apt-repository -y ppa:ricotz/docky | |
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" | |
sudo apt-get update | |
sudo apt-get install sublime-text-installer | |
sudo apt-get install skype | |
sudo apt-get install nvidia-346 | |
sudo apt-get install chromium-browser | |
sudo apt-get install git | |
sudo apt-get install unrar | |
sudo apt-get install curl | |
sudo apt-get install tree | |
sudo apt-get install virtualbox | |
sudo apt-get install mysql-server | |
sudo apt-get install mysql-workbench | |
git config --global user.email "[email protected]" | |
git config --global user.name "Alex Booker" | |
# 1. Install: http://packages.ubuntu.com/utopic/amd64/libgcrypt11/download | |
# 2. Install: http://packages.ubuntu.com/utopic/amd64/libgnutls26/download | |
#wget "https://www.privateinternetaccess.com/installer/installer_linux.tar.gz" -P ~/Downloads | |
#tar -xvf ~/Downloads/installer_linux.tar.gz -C ~/Downloads | |
#sh ~/Downloads/installer_linux.sh | |
# 3. Install https://extensions.gnome.org/extension/495/topicons/ to enable | |
gsettings set org.gnome.shell.overrides workspaces-only-on-primary false | |
#Node | |
#Nodemon | |
#Mongoose | |
#RoboMongo | |
#Npm | |
#Do not make Npm require Sudo? | |
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash - | |
sudo apt-get install -y nodejs | |
ln -s /usr/bin/nodejs /usr/bin/node | |
sudo apt-get install ruby | |
npm install nodeunit -g | |
npm install nodemon -g | |
npm install express-generator -g | |
npm install gulp -g | |
npm install bower-g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment