Created
June 13, 2014 11:16
-
-
Save mikeifomin/0f1b8feccd7e16d329e7 to your computer and use it in GitHub Desktop.
Fresh ubuntu 14 install
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
apt-get update | |
apt-get upgrade | |
apt-get install -y git wget | |
apt-get install -y node nodejs-legacy npm | |
npm i -g yo | |
apt-get install python-setuptools python-pip | |
pip install virtualenv fabric | |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
add-apt-repository ppa:webupd8team/java | |
apt-get update | |
apt-get install oracle-java8-installer | |
# sublime | |
add-apt-repository ppa:webupd8team/sublime-text-2 | |
apt-get update | |
apt-get install sublime-text | |
apt-get install keepassx | |
#dropbox | |
apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E | |
sh -c 'echo "deb http://linux.dropbox.com/ubuntu/ trusty main" >> /etc/apt/sources.list.d/dropbox.list' | |
apt-get update | |
apt-get install dropbox | |
apt-get install ruby ruby-dev | |
gem install sass -v 3.3.8 | |
gem install compass --pre | |
add-apt-repository ppa:ubuntu-wine/ppa | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment