init: Alfred preferences
This commit is contained in:
BIN
Alfred.alfredpreferences/snippets/ubuntu/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/ubuntu/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
10
Alfred.alfredpreferences/snippets/ubuntu/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/ubuntu/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>
|
||||
@@ -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" : ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user