Skip to content

Commit

Permalink
Use rbenv-default-gems
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Sep 29, 2014
1 parent f6e7bcb commit 7957a5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Brewfile
Expand Up @@ -40,6 +40,9 @@ install mercurial vim
# Never run `rbenv rehash` again
install rbenv-gem-rehash

# Install some gems (like bundler) for every new Ruby
install rbenv-default-gems

# Per-project rbenv variables
install rbenv-vars

Expand Down
1 change: 1 addition & 0 deletions default-gems
@@ -0,0 +1 @@
bundler
3 changes: 3 additions & 0 deletions link-dotfiles.sh
Expand Up @@ -4,6 +4,9 @@ nothing_to_do="true"

for name in *; do
target="$HOME/.$name"
if [ "$name" = "default-gems" ]; then
target="$HOME/.rbenv/$name"
fi

if [ ! -L "$target" ]; then
case "$name" in
Expand Down

0 comments on commit 7957a5d

Please sign in to comment.