init: Alfred preferences

This commit is contained in:
2026-03-26 09:22:38 +08:00
commit 3cad72b72c
13215 changed files with 108280 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "%sudo ALL=(ALL:ALL) ALL",
"uid" : "0815675A-2146-4E8C-B23E-A9766B693ECF",
"name" : "Sudoers Enable sudo Group",
"keyword" : "sudo"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "bob ALL=(ALL) NOPASSWD: ALL",
"uid" : "B4FF10EE-0ACC-4B7C-9B3C-840CE7D73A6F",
"name" : "Sudoers NOPASSWD for User",
"keyword" : "sudo"
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "# Uncomment to allow members of group sudo to not need a password\n%sudo ALL=NOPASSWD: ALL",
"uid" : "BAAAFDD8-9F13-4092-ACC4-D18B93359F29",
"name" : "Sudoers Passwordless sudo Group",
"keyword" : "sudo"
}
}

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>snippetkeywordprefix</key>
<string></string>
<key>snippetkeywordsuffix</key>
<string></string>
</dict>
</plist>