Last active
November 3, 2015 09:09
-
-
Save lsgrep/86da340e2cfa40210e18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
[email protected]: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