Updates for El Cap

This commit is contained in:
Josh Sherman 2015-11-21 14:39:48 -05:00
parent 1b2cfe4bcf
commit f4dc991fc4
3 changed files with 8 additions and 0 deletions

1
gem/gemrc Normal file
View file

@ -0,0 +1 @@
gem: --no-document

4
setup
View file

@ -5,6 +5,7 @@ DOTFILES_DIR=~/.dotfiles
# FILEINREPO SPACE WHEREYOUWANTITLINKED
SYMLINKS=(
"gem/gemrc ~/.gemrc"
"git/gitconfig ~/.gitconfig"
"mysql/my.cnf ~/.my.cnf"
"tmux/tmux.conf ~/.tmux.conf"
@ -91,3 +92,6 @@ vim +BundleInstall +qall
###### # Gets our Vundle on!
###### git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
###### vim +BundleInstall +qall
# TODO setup logic for defaults for nvm
# TODO setup logic for defaults for rvm

View file

@ -61,5 +61,8 @@ export NODE_ENV=development
# [ -z "$TMUX" ] && export TERM=xterm-256color && exec tmux
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
# This is only for the server, maybe add it to the above OS conditional
# export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting