Skip to content

Commit

Permalink
no more rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Nov 8, 2015
1 parent 6ccba00 commit 5bbc147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export CASE_SENSITIVE="true"

# Which plugins would you like to load? (plugins can be found in ~/.dotfiles/oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(brew colorize compleat dirpersist gem git git-flow osx node npm nvm ssh-agent)
plugins=(brew colorize compleat dirpersist gem git git-flow osx node npm nvm rvm ssh-agent)

source $ZSH/oh-my-zsh.sh

Expand Down
10 changes: 3 additions & 7 deletions osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ require_npm vtop
bot "Ruby Gems..."
###############################################################################
sudo chown -R $(whoami) /Library/Ruby/Gems/2.0.0
require_brew rbenv
require_brew ruby-build
eval "$(rbenv init -)"
# require_brew rbenv
# require_brew ruby-build
# eval "$(rbenv init -)"
require_gem git-up

###############################################################################
Expand All @@ -195,19 +195,15 @@ brew tap caskroom/versions > /dev/null 2>&1
require_cask box-sync
#require_cask dropbox
#require_cask evernote
#require_cask skydrive

# communication
#require_cask adium
require_cask slack

# require_cask caffeine

# tools
#require_cask comicbooklover
require_cask diffmerge
#require_cask flash-player
require_cask github
require_cask gpgtools
# require_cask ireadfast
require_cask iterm2
Expand Down

0 comments on commit 5bbc147

Please sign in to comment.