Skip to content

Instantly share code, notes, and snippets.

@johnnyt
Created January 21, 2013 20:55
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 johnnyt/4589283 to your computer and use it in GitHub Desktop.
Save johnnyt/4589283 to your computer and use it in GitHub Desktop.
Setup Linux Mint
sudo sh -c 'sudo add-apt-repository -y ppa:pitti/postgresql \
&& add-apt-repository -y ppa:webupd8team/sublime-text-2 \
&& apt-get update \
&& apt-get install -y linux-headers-generic linux-firmware-nonfree \
sublime-text chromium-browser \
autoconf automake bison build-essential curl git libtool openssl pkg-config sqlite3 subversion \
libc6-dev libncurses5-dev libsqlite3-dev libreadline6-dev libssl-dev libxml2-dev libxslt1-dev libyaml-dev libzmq-dev zlib1g-dev \
python-setuptools dkms pgadmin3 \
htop nethogs iotop tmux vim-nox zsh psmisc quicksynergy grc \
openjdk-7-jdk postgresql-server-dev-9.2 postgresql-contrib-9.2 rabbitmq-server redis-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment