Skip to content

Commit

Permalink
Add changes for Ruby dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinSuttle committed Apr 6, 2018
1 parent e336f80 commit 9f46d41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ compinit
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

eval "$(rbenv init -)"
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ mkdir -p ~/code && cd $_;
# source .osx;

rbenv install 2.4.3;
rbenv global 2.4.3;
mkdir -p ~/.nvm;
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash;

Expand Down

0 comments on commit 9f46d41

Please # to comment.