From 8d4f2bb8d75c0a8ca501cc361622fd8769213e4d Mon Sep 17 00:00:00 2001 From: Erick Wilder Date: Mon, 19 Mar 2018 16:48:25 +0100 Subject: [PATCH] fix(Rakefile) Remove --custom-icons flag to install macvim. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9e7a96e3..72216756 100644 --- a/Rakefile +++ b/Rakefile @@ -173,7 +173,7 @@ def install_homebrew puts "Installing Homebrew packages...There may be some warnings." puts "======================================================" 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 end