fix(Rakefile) Remove --custom-icons flag to install macvim.
This commit is contained in:
parent
5417748e92
commit
bd2f01779a
2
Rakefile
2
Rakefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user