Adds plugins to anyrun

This commit is contained in:
Michel Fedde 2025-04-11 20:19:17 +02:00
parent 12b42bd9e8
commit f0418ffa2b
3 changed files with 7 additions and 1 deletions

View file

@ -43,5 +43,7 @@ Config(
"libsymbols.so", "libsymbols.so",
"libshell.so", "libshell.so",
"libtranslate.so", "libtranslate.so",
"librink.so",
"libwebsearch.so"
], ],
) )

View file

@ -0,0 +1,4 @@
Config(
prefix: "?",
engines: [DuckDuckGo, Custom(name: "YouTube", url: "www.youtube.com/results?search_query={}")]
)

View file

@ -24,7 +24,7 @@ Host github.com
IdentityFile ~/.ssh/github.key IdentityFile ~/.ssh/github.key
User git User git
Host pandorasboxserver Host gameserver
HostName 85.215.131.106 HostName 85.215.131.106
IdentityFile ~/.ssh/pandorasboxserver.key IdentityFile ~/.ssh/pandorasboxserver.key
User fedde User fedde