Skip to content

Commit

Permalink
chore: bump brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed May 25, 2024
1 parent c3b816f commit e41f041
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ brew "gcc"
brew "glab"
brew "golangci-lint"
brew "jq"
brew "[email protected]"
brew "pre-commit"
brew "protolint"
brew "virtualenv"
Expand Down
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ chezmoidata-include:

.PHONY: append-chezmoi-config
append-chezmoi-config:
cat config/chezmoi.toml >> ~/.config/chezmoi/chezmoi.toml
cat config/chezmoi.toml >> ~/.config/chezmoi/chezmoi.toml

.PHONY: bump-brewfile
bump-brewfile:
brew bundle dump --force --file=./Brewfile
# sed -i '/brew "[email protected]"/d; /brew "yt-dlp"/d; /brew "glab"/d' Brewfile

0 comments on commit e41f041

Please sign in to comment.