Adding multiple system utils
This commit is contained in:
parent
89a2f6d6ca
commit
e54730eeb5
|
@ -1,5 +1,6 @@
|
||||||
tap "homebrew/bundle"
|
tap "homebrew/bundle"
|
||||||
tap "homebrew/services"
|
tap "homebrew/services"
|
||||||
|
|
||||||
brew "git"
|
brew "git"
|
||||||
brew "ripgrep"
|
brew "ripgrep"
|
||||||
brew "coreutils"
|
brew "coreutils"
|
||||||
|
@ -46,11 +47,16 @@ cask "todoist"
|
||||||
cask "zoom"
|
cask "zoom"
|
||||||
cask "postgres-unofficial"
|
cask "postgres-unofficial"
|
||||||
mas "Fantastical", id: 975_937_182
|
mas "Fantastical", id: 975_937_182
|
||||||
|
cask "protonmail-bridge"
|
||||||
|
cask "gimp"
|
||||||
|
cask "dash"
|
||||||
|
brew "git"
|
||||||
|
brew "pgcli"
|
||||||
|
|
||||||
|
|
||||||
#emacs
|
#emacs
|
||||||
tap "d12frosted/emacs-plus"
|
tap "d12frosted/emacs-plus"
|
||||||
# Build requirements for emacs30
|
## Build requirements for emacs30. Explicitly stating to prevent dependency warn.
|
||||||
brew "imagemagick"
|
brew "imagemagick"
|
||||||
brew "tree-sitter"
|
brew "tree-sitter"
|
||||||
brew "jansson"
|
brew "jansson"
|
||||||
|
@ -70,13 +76,16 @@ brew "mas"
|
||||||
brew "pkg-config"
|
brew "pkg-config"
|
||||||
brew "texinfo"
|
brew "texinfo"
|
||||||
brew "zlib"
|
brew "zlib"
|
||||||
|
# Emacs!
|
||||||
brew "emacs-plus@30", args: ["with-ctags", "with-xwidgets", "with-imagemagick", "with-native-comp", "with-modern-doom3-icon"]
|
brew "emacs-plus@30", args: ["with-ctags", "with-xwidgets", "with-imagemagick", "with-native-comp", "with-modern-doom3-icon"]
|
||||||
|
# Configuration Dependencies
|
||||||
brew "pgformatter"
|
brew "pgformatter"
|
||||||
brew "languagetool", restart_service: true
|
brew "languagetool", restart_service: true
|
||||||
brew "marked"
|
brew "marked"
|
||||||
brew "prettier"
|
brew "prettier"
|
||||||
brew "editorconfig"
|
brew "editorconfig"
|
||||||
brew "node"
|
brew "node"
|
||||||
|
brew "bash-language-server"
|
||||||
brew "shellcheck"
|
brew "shellcheck"
|
||||||
brew "stylelint"
|
brew "stylelint"
|
||||||
brew "isync"
|
brew "isync"
|
||||||
|
@ -90,5 +99,12 @@ cask "font-hasklug-nerd-font"
|
||||||
cask "font-alegreya"
|
cask "font-alegreya"
|
||||||
brew "cmake"
|
brew "cmake"
|
||||||
brew "aspell"
|
brew "aspell"
|
||||||
tap "hashicorp/tap"
|
tap "hashicorp/tap" ; brew "hashicorp/tap/terraform-ls"
|
||||||
brew "hashicorp/tap/terraform-ls"
|
brew "pyright"
|
||||||
|
|
||||||
|
|
||||||
|
# Work
|
||||||
|
cask "postgres-unofficial"
|
||||||
|
brew "ant"
|
||||||
|
## Ops
|
||||||
|
brew "awscli"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user