Skip to content

Instantly share code, notes, and snippets.

@jakesylvestre
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakesylvestre/f8d1c447656c28846da9 to your computer and use it in GitHub Desktop.
Save jakesylvestre/f8d1c447656c28846da9 to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:webupd8team/brackets && sudo apt-add-repository -y "deb http://repository.spotify.com stable non-free" && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 && sudo apt-get update -qq && sudo apt-get install spotify-client && sudo apt-get install vlc build-essential curl git m4 ruby texinfo libbz2-dev libcurl4-openssl-dev libexpat-dev libncurses-dev zlib1g-dev tmux irssi mosh screen chromium-browser bsdgames ytree git docker.io vim emacs brackets -y && wget http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/xampp-linux-x64-1.8.3-2-installer.run/download && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y && sudo chmod +x xampp-linux-x64-1.8.3-2-installer.run && sudo ./xampp-linux-x64-1.8.3-2-installer.run && wget http://download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb && ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment