diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index aa8896a..08585e1 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -23,12 +23,15 @@ let "pomatez" # Communication - # "slack" + "slack" "zoom" - # TODO(khaykingleb): add preplexity cask when it's available in homebrew # Research and writing "mathpix-snipping-tool" + "grammarly-desktop" + "texifier" + "mactex" + "zotero" "excalidrawz" "drawio" @@ -55,15 +58,7 @@ let # Misc "readdle-spark" "steam" - - # Research and writing - "texifier" - "mactex" - "zotero" - - # Misc "obs" - "steam" ]; workCasks = lib.lists.flatten [ diff --git a/users/shared/scripts/asdf.sh b/users/shared/scripts/asdf.sh index 5d13ce6..e4a9162 100755 --- a/users/shared/scripts/asdf.sh +++ b/users/shared/scripts/asdf.sh @@ -38,7 +38,7 @@ plugins=( "supabase-cli 2.12.1" # baas with postgres "postgres 17.2" # postgres database client "ollama 0.6.3" # local llm hosting - "pre-commit 4.1.0" # git commit hook manager + "pre-commit 4.3.0" # git commit hook manager "direnv 2.35.0" # environment manager "1password-cli 2.30.3" # password manager # "make 4.4.1"