Skip to content

Instantly share code, notes, and snippets.

@l3lake
Last active August 29, 2015 14:05
Show Gist options
  • Save l3lake/aab98d5deb01c63edee6 to your computer and use it in GitHub Desktop.
Save l3lake/aab98d5deb01c63edee6 to your computer and use it in GitHub Desktop.
echo "------------------> Installing unzip curl wget build-essential python-software-properties..."
sudo apt-get -y install unzip vim curl wget build-essential python-software-properties
echo "------------------> Updating Ubuntu..."
sudo apt-get update
echo "------------------> Installing prereqs..."
sudo apt-get -y install ruby-dev rake exuberant-ctags ack-grep
echo "------------------> Installing Janus..."
curl -Lo- https://bit.ly/janus-bootstrap | bash
echo "------------------> Creating custom .janus directory"
mkdir ~/.janus
cd ~/.janus
echo "------------------> Installing vim awesome helpers"
sudo git clone https://github.com/bling/vim-airline
sudo git clone https://github.com/tpope/vim-surround
sudo git clone https://github.com/mattn/gist-vim
sudo git clone https://github.com/mattn/webapi-vim
sudo git clone https://github.com/tristen/vim-sparkup
cd ~/
echo "------------------> Creating Blake's .vimrc.after"
wget https://gist.githubusercontent.com/l3lake/ee34c6438e45046876b9/raw/a1e8c573af97ca0d963f5c6f1939205283d30a8b/.vimrc.after -O .vimrc.after
echo "------------------> Creating Blake's .vimrc.before"
wget https://gist.githubusercontent.com/l3lake/b9a357bc5f7beb327c0a/raw/ca3a1b2d46f993089e2ea8cd7da122414c0b5b3c/.vimrc.before -O .vimrc.before
echo "------------------> Creating Blake's .gitconfig"
wget https://gist.githubusercontent.com/l3lake/04a17b54d8d64eafdaaf/raw/43836a0d7da7e2441a1692523f6d3147581bd48b/.gitconfig -O .gitconfig
echo "------------------> Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment