Merge pull request #789 from erickwilder/fix-macvim-install-warning

fix(Rakefile) Remove --custom-icons flag to install macvim.
This commit is contained in:
Luiz Gonzaga dos Santos Filho
2018-03-20 01:10:13 -03:00
committed by GitHub

View File

@@ -173,7 +173,7 @@ def install_homebrew
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} 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 --with-override-system-vim --with-lua --with-luajit}
puts puts
puts puts
end end