init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "%sudo ALL=(ALL:ALL) ALL",
|
||||
"uid" : "0815675A-2146-4E8C-B23E-A9766B693ECF",
|
||||
"name" : "Sudoers Enable sudo Group",
|
||||
"keyword" : "sudo"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "bob ALL=(ALL) NOPASSWD: ALL",
|
||||
"uid" : "B4FF10EE-0ACC-4B7C-9B3C-840CE7D73A6F",
|
||||
"name" : "Sudoers NOPASSWD for User",
|
||||
"keyword" : "sudo"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
10
Alfred.alfredpreferences/snippets/Sudo 管理小幫手/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/Sudo 管理小幫手/info.plist
Normal 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>
|
||||
Reference in New Issue
Block a user