From c584b3f6cd45afc488392945789955241b8a9878 Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Sun, 29 May 2022 13:04:01 -0700 Subject: [PATCH] use btop instead of htop --- Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index d219e41..c0ca35d 100644 --- a/Brewfile +++ b/Brewfile @@ -3,7 +3,7 @@ tap "homebrew/cask" tap "homebrew/cask-fonts" tap "homebrew/core" brew "git" -brew "htop" +brew "btop" brew "jq" brew "make" brew "starship"