From 0b668779fe2692f6191ad93dbb87f73498cc4541 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 9 Jun 2021 17:04:54 -0700 Subject: [PATCH] Add ripgrep --- recipes/default/packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/default/packages b/recipes/default/packages index 8b70c7d..1bf371e 100755 --- a/recipes/default/packages +++ b/recipes/default/packages @@ -7,7 +7,7 @@ sudo_package_update # that I wish to bootstrap. If not a dev environment, I can trim out some of this. # Packages that are pretty much the same treatment or names in all systems -packages="tmux htop curl wget mercurial universal-ctags tig pv jq fish mosh bash-completion doxygen shellcheck" +packages="tmux htop curl wget mercurial universal-ctags tig pv jq fish mosh bash-completion doxygen shellcheck ripgrep" # Manager specific packages case "$PACKAGE_MANAGER" in