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

This commit is contained in:
hophacker 2019-04-10 18:49:28 +08:00
parent 5417748e92
commit bd2f01779a

View File

@ -201,7 +201,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 ripgrep 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