Migrate from the silver searcher to ripgrep

This commit is contained in:
Steven Barragán
2016-12-31 13:04:35 -06:00
parent 3fa9e6f636
commit 956c0ed4df
7 changed files with 20 additions and 17 deletions

View File

@@ -172,7 +172,7 @@ def install_homebrew
puts "======================================================"
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 hub}
run %{brew install zsh ctags git hub tmux reattach-to-user-namespace ripgrep ghi hub}
run %{brew install macvim --custom-icons --with-override-system-vim --with-lua --with-luajit}
puts
puts