From 98de19ed3e857d4f6df254b9439ffaec02779def Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Sat, 10 Apr 2021 12:40:31 -0400 Subject: [PATCH] fix homebrew taps --- homebrew/learning.Brewfile | 2 ++ homebrew/utils.Brewfile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homebrew/learning.Brewfile b/homebrew/learning.Brewfile index 0909d2e..071a42d 100644 --- a/homebrew/learning.Brewfile +++ b/homebrew/learning.Brewfile @@ -1,6 +1,8 @@ # Still Learning Tools tap "superfly/tap" +tap "nmasur/repo" +tap "cjbassi/ytop" brew "thefuck" # Fix terminal mistakes brew "superfly/tap/flyctl" # Fly.io CLI diff --git a/homebrew/utils.Brewfile b/homebrew/utils.Brewfile index 01912ba..e947354 100644 --- a/homebrew/utils.Brewfile +++ b/homebrew/utils.Brewfile @@ -1,7 +1,6 @@ # Utility Packages tap "nmasur/repo" -tap "cjbassi/ytop" brew "jq" # JSON manipulation brew "dos2unix" # File conversion