Skip to content

Instantly share code, notes, and snippets.

@tungd
Created June 16, 2012 04:00
Show Gist options
  • Save tungd/2939851 to your computer and use it in GitHub Desktop.
Save tungd/2939851 to your computer and use it in GitHub Desktop.
http://www.linuxquestions.org/questions/linux-desktop-74/awesome-wm-3-4-1-help-810852/
audience unsettings jupiter oracle-java7-installer fuse-exfat awesome awesome-extra
ctags vim-gtk git-core
repos:
ppa:audience-members/ppa
ppa:diesch/testing
ppa:audience-members/ppa
ppa:webupd8team/jupiter
ppa:webupd8team/java
ppa:relan/exfat
sudo apt-get install build-essential
nodejs + npm
tar -zxf node-v0.6.19.tar.gz
cd node-v0.6.19
./configure --prefix=$HOME/local
make
make install
phantomjs
sudo apt-get install chrpath git-core libssl-dev libfontconfig1-dev
git clone git://github.com/ariya/phantomjs.git && cd phantomjs
git co 1.5
./build.sh
rbenv
git clone git://github.com/sstephenson/rbenv.git .rbenv
mkdir -p ~/.rbenv/plugins
cd .rbenv/plugins
git clone git://github.com/sstephenson/ruby-build
sudo apt-get install libyaml-dev zlib1g-dev libssl-dev libreadline-dev
rbenv install 1.9.3-p125
pow
git clone git://github.com/37signals/pow
cd pow
git checkout v0.4.0
npm install
clojure + leiningen
wget http://raw.github.com/technomancy/leiningen/preview/bin/lein -o ~/local/bin/lein
lein self-install
gsettings set org.gnome.desktop.interface cursor-blink false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment