Fix: hub packaged listed for install twice

This commit is contained in:
James Zaghini
2017-07-14 23:47:06 +10:00
parent 98f1f423d4
commit 5093c0ce4f

View File

@@ -172,7 +172,7 @@ def install_homebrew
puts "======================================================" puts "======================================================"
puts "Installing Homebrew packages...There may be some warnings." puts "Installing Homebrew packages...There may be some warnings."
puts "======================================================" puts "======================================================"
run %{brew install zsh ctags git hub tmux reattach-to-user-namespace the_silver_searcher ghi hub} run %{brew install zsh ctags git hub tmux reattach-to-user-namespace the_silver_searcher ghi}
run %{brew install macvim --custom-icons --with-override-system-vim --with-lua --with-luajit} run %{brew install macvim --custom-icons --with-override-system-vim --with-lua --with-luajit}
puts puts
puts puts