Skip to content

Instantly share code, notes, and snippets.

@uskanda
Last active December 29, 2015 07:19
Show Gist options
  • Save uskanda/7635248 to your computer and use it in GitHub Desktop.
Save uskanda/7635248 to your computer and use it in GitHub Desktop.
Develop environment set up script
#!/bin/sh
gem install homesick
sudo gem install brewdler
homesick clone git@github.com:uskanda/unix-rc.git
homesick symlink unix-rc
homesick clone git@github.com:uskanda/vimrc.git
homesick symlink vimrc
brew update
brew install rbenv ruby-build
brew install lv
brew install zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment