Skip to content

Commit

Permalink
A basic script to install my favorite tools with homebrew.
Browse files Browse the repository at this point in the history
  • Loading branch information
saghaulor committed Sep 28, 2013
1 parent 87fdb64 commit df3e1e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ruby/brew.rb
@@ -0,0 +1,7 @@
kegs = %w(vim tmux rbenv ruby-build rbenv-gem-rehash rbenv-default-gems git
ctags bash-completion zsh node zsh-syntax-highlighting zsh-completions)
cmd = 'brew install '
kegs.map do |keg|
puts "Installing #{keg}"
%x[ #{cmd} #{keg}]
end

0 comments on commit df3e1e6

Please sign in to comment.