From 91f23d880be72691c37b9e889a2ac6c5a3ebb320 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 23 Feb 2018 16:50:21 -0500 Subject: [PATCH] [provisioning] Update the rest of shell-utils to prefer packages --- recipes/shell-utils | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/recipes/shell-utils b/recipes/shell-utils index 181708a..95ad26d 100644 --- a/recipes/shell-utils +++ b/recipes/shell-utils @@ -21,6 +21,13 @@ case $_PLATFORM in # File compression _brew p7zip _brew unrar + + # Misc + _brew htop + _brew jq + _brew lnav + _brew tig + _brew tmux ;; *) _recipe _apt @@ -32,12 +39,12 @@ case $_PLATFORM in # File compression _apt p7zip _apt unrar + + # Misc + _apt htop + _apt jq + _apt lnav + _apt tig + _apt tmux ;; esac - -# Misc -_brew htop -_brew tig -_brew lnav -_brew tmux -_brew jq