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