Skip to content

Commit

Permalink
fix ruby env and remove more dead software
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Jun 22, 2015
1 parent 4459ba4 commit 8b12f87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ source /usr/local/opt/nvm/nvm.sh
# Customize to your needs...
unsetopt correct

eval "$(rbenv init -)"
export PATH="/Users/"$(whoami)"/.rbenv/shims:${PATH}"
source "/usr/local/Cellar/rbenv/0.4.0/libexec/../completions/rbenv.zsh"
rbenv rehash 2>/dev/null
Expand Down
15 changes: 9 additions & 6 deletions osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ require_npm yo
###############################################################################
bot "Ruby Gems..."
###############################################################################
require_brew rbenv
require_brew ruby-build
eval "$(rbenv init -)"
require_gem git-up

###############################################################################
Expand Down Expand Up @@ -213,9 +216,9 @@ require_cask sizeup
#require_cask sketchup

require_cask atom
require_apm linter
require_apm linter-eslint
require_apm atom-beautify
# require_apm linter
# require_apm linter-eslint
# require_apm atom-beautify

require_cask the-unarchiver
#require_cask transmission
Expand All @@ -239,10 +242,10 @@ require_cask virtualbox



bot "Alright, cleaning up homebrew cache..."
# bot "Alright, cleaning up homebrew cache..."
# Remove outdated versions from the cellar
brew cleanup > /dev/null 2>&1
bot "All clean"
# brew cleanup > /dev/null 2>&1
# bot "All clean"

###############################################################################
bot "Configuring General System UI/UX..."
Expand Down

0 comments on commit 8b12f87

Please sign in to comment.