fix(Rakefile) Remove --custom-icons flag to install macvim.

This commit is contained in:
Erick Wilder
2018-03-19 16:48:25 +01:00
parent 675756034e
commit 8d4f2bb8d7

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