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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

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>

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "# The loopback network interface\nauto lo\niface lo inet loopback\n\n# The primary network interface\nauto eth0\nallow-hotplug eth1\n\niface eth0 inet dhcp\n\niface eth0 inet6 auto\n\niface eth1 inet static\n address 192.168.1.2\/24\n gateway 192.168.1.1\n\niface eth1 inet6 static\n address fec0:0:0:1::2\/64\n gateway fec0:0:0:1::1",
"uid" : "CE1800E6-6975-4866-815D-2F7B427EC721",
"name" : "network_interfaces_configuration",
"keyword" : ""
}
}