Skip to content

Commit

Permalink
Don't start services with Homebrew Bundle at all
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jan 7, 2024
1 parent 05ebf53 commit 68b6266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tap "homebrew/services"

brew "awscli"
brew "bash"
brew "black", restart_service: false, start_service: false
brew "black"
brew "ffmpeg"
brew "findutils"
brew "flake8"
Expand Down Expand Up @@ -35,7 +35,7 @@ brew "pinentry"
# brew "pinentry-mac"
brew "pipx"
brew "pnpm"
brew "postgresql@16", restart_service: false, start_service: false
brew "postgresql@16"
brew "pre-commit"
brew "prettier"
brew "python"
Expand Down

0 comments on commit 68b6266

Please sign in to comment.