fix homebrew taps

This commit is contained in:
Noah Masur 2021-04-10 12:40:31 -04:00
parent 5275fcb93e
commit 98de19ed3e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Still Learning Tools # Still Learning Tools
tap "superfly/tap" tap "superfly/tap"
tap "nmasur/repo"
tap "cjbassi/ytop"
brew "thefuck" # Fix terminal mistakes brew "thefuck" # Fix terminal mistakes
brew "superfly/tap/flyctl" # Fly.io CLI brew "superfly/tap/flyctl" # Fly.io CLI

View File

@ -1,7 +1,6 @@
# Utility Packages # Utility Packages
tap "nmasur/repo" tap "nmasur/repo"
tap "cjbassi/ytop"
brew "jq" # JSON manipulation brew "jq" # JSON manipulation
brew "dos2unix" # File conversion brew "dos2unix" # File conversion