diff --git a/brew/Brewfile b/brew/Brewfile index 8f81f74..e10c229 100644 --- a/brew/Brewfile +++ b/brew/Brewfile @@ -1,5 +1,6 @@ tap "homebrew/bundle" tap "homebrew/services" + brew "git" brew "ripgrep" brew "coreutils" @@ -46,11 +47,16 @@ cask "todoist" cask "zoom" cask "postgres-unofficial" mas "Fantastical", id: 975_937_182 +cask "protonmail-bridge" +cask "gimp" +cask "dash" +brew "git" +brew "pgcli" #emacs tap "d12frosted/emacs-plus" -# Build requirements for emacs30 +## Build requirements for emacs30. Explicitly stating to prevent dependency warn. brew "imagemagick" brew "tree-sitter" brew "jansson" @@ -70,13 +76,16 @@ brew "mas" brew "pkg-config" brew "texinfo" brew "zlib" +# Emacs! brew "emacs-plus@30", args: ["with-ctags", "with-xwidgets", "with-imagemagick", "with-native-comp", "with-modern-doom3-icon"] +# Configuration Dependencies brew "pgformatter" brew "languagetool", restart_service: true brew "marked" brew "prettier" brew "editorconfig" brew "node" +brew "bash-language-server" brew "shellcheck" brew "stylelint" brew "isync" @@ -90,5 +99,12 @@ cask "font-hasklug-nerd-font" cask "font-alegreya" brew "cmake" brew "aspell" -tap "hashicorp/tap" -brew "hashicorp/tap/terraform-ls" +tap "hashicorp/tap" ; brew "hashicorp/tap/terraform-ls" +brew "pyright" + + +# Work +cask "postgres-unofficial" +brew "ant" +## Ops +brew "awscli"