Add keycastr
This commit is contained in:
parent
bbc7e054fd
commit
8864566ba9
2 changed files with 11 additions and 0 deletions
|
|
@ -50,6 +50,16 @@ let
|
|||
"Bash(pip list*)"
|
||||
"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
|
||||
"Bash(nix-shell*)"
|
||||
"Bash(nix develop*)"
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
casks = [
|
||||
# GUI applications - manually installed apps now managed by Homebrew
|
||||
"keepassxc"
|
||||
"keycastr"
|
||||
"inkscape"
|
||||
"firefox"
|
||||
"obsidian"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue