Skip to content

Instantly share code, notes, and snippets.

View djavaui's full-sized avatar

Djava User Interface djavaui

View GitHub Profile
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl https://www.npmjs.org/install.sh | sh
@djavaui
djavaui / social-color
Created November 6, 2014 13:31
Social color variable
@social-adobe : #ff0000;
@social-bitbucket : #205081;
@social-behance : #053eff;
@social-delicious : #205cc0;
@social-dribbble : #ea4c89;
@social-facebook : #3b5998;
@social-flickr : #ff0084;
@social-forrst : #5b9a68;
@social-foursquare : #25a0ca;
@social-googleplus : #db4a39;