diff --git a/Brewfile b/Brewfile index fae065c..58b3a86 100644 --- a/Brewfile +++ b/Brewfile @@ -11,6 +11,7 @@ brew "gcc" brew "glab" brew "golangci-lint" brew "jq" +brew "python@3.12" brew "pre-commit" brew "protolint" brew "virtualenv" diff --git a/Makefile b/Makefile index 7e22968..80549d4 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,9 @@ chezmoidata-include: .PHONY: append-chezmoi-config append-chezmoi-config: - cat config/chezmoi.toml >> ~/.config/chezmoi/chezmoi.toml \ No newline at end of file + cat config/chezmoi.toml >> ~/.config/chezmoi/chezmoi.toml + +.PHONY: bump-brewfile +bump-brewfile: + brew bundle dump --force --file=./Brewfile + # sed -i '/brew "python@3.12"/d; /brew "yt-dlp"/d; /brew "glab"/d' Brewfile \ No newline at end of file