Skip to content

Instantly share code, notes, and snippets.

@hashrocketeer
Created April 26, 2013 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hashrocketeer/5470429 to your computer and use it in GitHub Desktop.
Save hashrocketeer/5470429 to your computer and use it in GitHub Desktop.
setup dotmatrix and some other goodies
#!/usr/bin/env bash
source ~/.rvm/scripts/rvm
rvm install 1.9.3
rvm use --default 1.9.3
cd $HOME
echo 'colorscheme railscasts' >> $HOME/.vimrc.local
echo 'set cursorline' >> $HOME/.vimrc.local
[ -d hashrocket ] || mkdir hashrocket
cd hashrocket
if [ ! -d dotmatrix ]; then
git clone git://github.com/hashrocket/dotmatrix
fi
cd dotmatrix
cat <<'EOF' > FILES
.ctags
.cvsignore
.gitconfig
.hashrc
.irbrc
.pryrc
.rdebugrc
.rvmrc
.screenrc
.tmux.conf
.vim
.vimrc
.zsh
.zshrc
EOF
bin/install
bin/vimbundles.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment