Add keycastr
This commit is contained in:
parent
bbc7e054fd
commit
8864566ba9
2 changed files with 11 additions and 0 deletions
|
|
@ -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*)"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue