Updates for El Cap
This commit is contained in:
parent
1b2cfe4bcf
commit
f4dc991fc4
3 changed files with 8 additions and 0 deletions
1
gem/gemrc
Normal file
1
gem/gemrc
Normal file
|
@ -0,0 +1 @@
|
|||
gem: --no-document
|
4
setup
4
setup
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue