webui to karabiner and direnv to fish

This commit is contained in:
Anton Volnuhin 2024-03-09 04:11:25 +03:00
parent aba9062aed
commit beda2f7ab1
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,7 @@
:perplexity ["^com\\.apple\\.Safari\\.WebApp\\.F9855FA5-EDE4-4A23-A3BD-BC8ACE1CD430$"] :perplexity ["^com\\.apple\\.Safari\\.WebApp\\.F9855FA5-EDE4-4A23-A3BD-BC8ACE1CD430$"]
:gemini ["^com\\.apple\\.Safari\\.WebApp\\.1550A740-0D4C-4C62-BA9B-438AA340471C$"] :gemini ["^com\\.apple\\.Safari\\.WebApp\\.1550A740-0D4C-4C62-BA9B-438AA340471C$"]
:copilot ["^com\\.apple\\.Safari\\.WebApp\\.8693C89E-9B7E-4E3D-A8E1-C2EB22E28784$"] :copilot ["^com\\.apple\\.Safari\\.WebApp\\.8693C89E-9B7E-4E3D-A8E1-C2EB22E28784$"]
:webui ["^com\\.apple\\.Safari\\.WebApp\\.2455BCD9-4CA6-415F-80D8-2FA98F05FC97$"]
:openai ["^com\\.Unite\\.openai$"] :openai ["^com\\.Unite\\.openai$"]
:claude ["^com\\.Unite\\.Claude$"] :claude ["^com\\.Unite\\.Claude$"]
:jupyter ["^org\\.jupyter\\.jupyterlab-desktop$"] :jupyter ["^org\\.jupyter\\.jupyterlab-desktop$"]
@ -98,7 +99,8 @@
[:w [:open "/Users/anton/Applications/Setia.wiki.app"]] [:w [:open "/Users/anton/Applications/Setia.wiki.app"]]
[:o [:open "/Applications/openai.app"] :!openai] [:o [:open "/Applications/openai.app"] :!openai]
[:o :!Ch :openai] [:o :!Ch :openai]
[:p [:open "/Users/anton/Applications/ChatGPT.app"]] [:p [:open "/Users/anton/Applications/webui.app"] :!webui]
[:p :!Ch :webui]
[:i [:open "/Users/anton/Applications/Perplexity.app"] :!perplexity] [:i [:open "/Users/anton/Applications/Perplexity.app"] :!perplexity]
[:i :!Ch :perplexity] [:i :!Ch :perplexity]
[:j [:open "/Applications/JupyterLab.app"] :!jupyter] [:j [:open "/Applications/JupyterLab.app"] :!jupyter]

View File

@ -78,4 +78,6 @@ if [ -e /home/anton/.nix-profile/etc/profile.d/nix.fish ]; . /home/anton/.nix-pr
if [ -f "/Users/anton/dev/google-cloud-sdk/path.fish.inc" ] if [ -f "/Users/anton/dev/google-cloud-sdk/path.fish.inc" ]
. "/Users/anton/dev/google-cloud-sdk/path.fish.inc"; . "/Users/anton/dev/google-cloud-sdk/path.fish.inc";
end end
direnv hook fish | source
if [ -f '~/.config/op/plugins.sh' ]; source ~/.config/op/plugins.sh; end if [ -f '~/.config/op/plugins.sh' ]; source ~/.config/op/plugins.sh; end