Skip to content

Instantly share code, notes, and snippets.

@lsgrep
Last active November 3, 2015 09:09
Show Gist options
  • Save lsgrep/86da340e2cfa40210e18 to your computer and use it in GitHub Desktop.
Save lsgrep/86da340e2cfa40210e18 to your computer and use it in GitHub Desktop.
# basics
sudo apt-get update && sudo apt-get install vim-nox fish git zip unzip openjdk-8-jdk -y
#oh my fish
curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | sh
omf theme
#docker
curl -sSL https://get.docker.com/ | sh
sudo docker pull redis:latest
#lein
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein && sudo mv lein /usr/local/bin/lein && sudo chmod a+x /usr/local/bin/lein
#thingy
git@github.com:hyprr/hustler.git
#vim
sh <(curl https://j.mp/spf13-vim3 -L)
sassy
Clone the libsass repo:
git clone https://github.com/sass/libsass.git
Edit your .bash_profile to include libsass directory:
export SASS_LIBSASS_PATH=/Users/you/path/libsass
Clone the sassC repo
git clone https://github.com/sass/sassc.git
cd into the sassC repo
cd ./sassc
Type 'make'
make
#phantom
sudo apt-get install build-essential g++ flex bison gperf ruby perl \
libsqlite3-dev libfontconfig1-dev libicu-dev libfreetype6 libssl-dev \
libpng-dev libjpeg-dev python libx11-dev libxext-dev
git clone git://github.com/ariya/phantomjs.git
cd phantomjs
git checkout 2.0
./build.sh
# tools
curl https://sdk.cloud.google.com | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment