Skip to content

Commit

Permalink
feat(brewfile): Install New Relic Infra Agent
Browse files Browse the repository at this point in the history
Monitor and log my machine's status.
  • Loading branch information
5ouma committed Aug 9, 2024
1 parent 3f09eb2 commit 04319fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ brew "markdownlint-cli"
brew "marp-cli"
brew "mas"
brew "mise"
brew "newrelic-infra-agent", restart_service: true
brew "onefetch"
brew "pnpm"
brew "pre-commit"
Expand Down
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ EOM
#==================================================[ Apps ]==================================================#

installApps() {
(! isDarwin) && export HOMEBREW_BUNDLE_BREW_SKIP='5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg zackelia/formulae/bclm'
(! isDarwin) && export HOMEBREW_BUNDLE_BREW_SKIP='newrelic-infra-agent 5ouma/formula/mksei 5ouma/formula/mli blacktop/tap/lporg zackelia/formulae/bclm'
(gum run "Satisfying Brewfile's dependencies..." -- brew bundle check --file="$data/Brewfile") && skip
brew update && brew bundle install --no-lock --file="$data/Brewfile"
if (isDarwin); then
Expand Down

0 comments on commit 04319fc

Please sign in to comment.