Add keycastr

This commit is contained in:
Yan Lin 2025-09-29 16:24:18 +02:00
parent bbc7e054fd
commit 8864566ba9
2 changed files with 11 additions and 0 deletions

View file

@ -49,6 +49,16 @@ let
"Bash(cargo --version)" "Bash(cargo --version)"
"Bash(pip list*)" "Bash(pip list*)"
"Bash(pip show*)" "Bash(pip show*)"
# Homebrew (read-only operations)
"Bash(brew --version)"
"Bash(brew list*)"
"Bash(brew info*)"
"Bash(brew search*)"
"Bash(brew outdated*)"
"Bash(brew deps*)"
"Bash(brew doctor)"
"Bash(brew config)"
# Nix operations # Nix operations
"Bash(nix-shell*)" "Bash(nix-shell*)"

View file

@ -15,6 +15,7 @@
casks = [ casks = [
# GUI applications - manually installed apps now managed by Homebrew # GUI applications - manually installed apps now managed by Homebrew
"keepassxc" "keepassxc"
"keycastr"
"inkscape" "inkscape"
"firefox" "firefox"
"obsidian" "obsidian"