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: 6.1 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" : "apt list --upgradable",
"uid" : "BFA3F62F-E2ED-4A20-AA0F-B7D61122DF0F",
"name" : "列出可升級套件。",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "apt autoremove",
"uid" : "2916E2DA-F085-44CA-93C2-404F6CC09DE4",
"name" : "執行套件自動移除操作。",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >\/dev\/null",
"uid" : "58DBBE82-6D2A-447E-A33F-5AE6C78957CF",
"name" : "安裝 apt-transport-https、ca-certificates 和 curl 套件",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "apt install net-tools",
"uid" : "3408771E-471C-4598-97D1-C6AB3042DCEB",
"name" : "安裝 net-tools 套件。",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "apt install {cursor}",
"uid" : "0C3D9CBF-442D-42A1-ACCA-C0438AF30C57",
"name" : "安裝套件。",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "apt-get install {cursor}",
"uid" : "B74828F7-B621-4CD6-AA70-108D5C5DBA8B",
"name" : "安裝套件",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "apt search {cursor}",
"uid" : "C4563B71-D066-4DD0-8F86-FC2AB6C0DBCB",
"name" : "搜尋軟體套件",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "sudo apt update && sudo apt upgrade",
"uid" : "13360896-E8DD-4FE1-B4CD-F3AB892D253B",
"name" : "更新並升級套件。",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "sudo apt-get update -y",
"uid" : "5D483BD1-8B38-4849-B80A-FFDEE795D111",
"name" : "更新套件資訊。",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "apt-get update -qq >\/dev\/null",
"uid" : "81233564-2510-4C3E-9AE4-936E09BA7C5E",
"name" : "更新軟體套件源",
"keyword" : ""
}
}