Skip to content

Instantly share code, notes, and snippets.

@dszmaj
Last active October 4, 2016 23:17
Show Gist options
  • Save dszmaj/51f4f822be79939efd55 to your computer and use it in GitHub Desktop.
Save dszmaj/51f4f822be79939efd55 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo apt-add-repository -y ppa:ansible/ansible
sudo apt-get install -y python-dev python3-dev python3.5-dev
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py && sudo python3 get-pip.py && sudo python3.5 get-pip.py
sudo -H pip3.5 install ply
rm -rf get-pip.py
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
wget -qO- http://deb.opera.com/archive.key | sudo apt-key add -
sudo apt-add-repository -y ppa:mystic-mirage/pycharm
sudo apt-add-repository -y ppa:ubuntu-mozilla-daily/firefox-aurora
sudo add-apt-repository -y 'deb http://deb.opera.com/opera-stable/ stable non-free'
sudo apt-add-repository -y 'deb http://dl.google.com/linux/chrome/deb/ stable main'
sudo apt-get update && sudo apt-get upgrade -y
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y libcurl4-openssl-dev libjpeg8-dev build-essential libssl-dev libffi-dev dkms bash-completion openjdk-8-jre ruby ruby-dev rubygems git gitg filezilla filezilla-common aptitude ssh gparted pidgin steam docky qbittorrent gimp vlc vlc-plugin-vlsub qemu-kvm virtualbox virtualbox-dkms virtualbox-ext-pack virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 nodejs google-chrome-stable firefox opera-stable mysql-server postgresql-9.4 pycharm synaptic gksu kdbase-bin deborphan dwww menu tasksel libsmbclient-dev
sudo service mysql start
sudo service mongod start
sudo -H gem install sass
sudo -H npm install -g typescript
curl -sL https://raw.githubusercontent.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | $SHELL
source /home/dominik/.venvburrito/startup.sh
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
~/.dropbox-dist/dropboxd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment