init: Alfred preferences
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "Brewfile",
|
||||
"uid" : "1E906CE3-F419-4CBB-9126-2588CBAA2782",
|
||||
"name" : "Brewfile",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "# Brewfile 範例\nbrew \"git\"\ncask \"google-chrome\"\ncask \"iterm2\"\n# 這裡就用到 mas 了!\nmas \"LINE\", id: 443904275",
|
||||
"uid" : "C8582816-E758-45EB-96FB-84AAE3360C87",
|
||||
"name" : "Brewfile",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew --version",
|
||||
"uid" : "2332D096-0554-47C3-8C7A-AE34E77AB714",
|
||||
"name" : "brew --version",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew bundle",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "F59A9C17-F030-493C-B5F5-3125233E55A6",
|
||||
"name" : "brew bundle",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew config",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "A8048621-F35D-45A5-B2AD-7B9CA5759635",
|
||||
"name" : "brew config",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew info {cursor}",
|
||||
"uid" : "5C498406-53DA-40D3-AFFC-58FB6755B67D",
|
||||
"name" : "brew info <formula>",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew install {cursor}",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "E069675E-C5CB-4BC0-9A77-C1F5EE7E6F36",
|
||||
"name" : "brew install <formula>",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew list",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "BFFBABDD-573E-4AB4-B87C-AB2D3355F86D",
|
||||
"name" : "brew list",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew reinstall {cursor} ",
|
||||
"uid" : "7328E11E-D920-4B60-A964-3FDBCBF6F07B",
|
||||
"name" : "brew reinstall <formula>",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew search {cursor}",
|
||||
"uid" : "72182DF6-EB76-48CB-ADB9-66B2A3970F6B",
|
||||
"name" : "brew search <formula>",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
BIN
Alfred.alfredpreferences/snippets/Homebrew 工具箱/icon.png
Normal file
BIN
Alfred.alfredpreferences/snippets/Homebrew 工具箱/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
10
Alfred.alfredpreferences/snippets/Homebrew 工具箱/info.plist
Normal file
10
Alfred.alfredpreferences/snippets/Homebrew 工具箱/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>brew.</string>
|
||||
<key>snippetkeywordsuffix</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew bundle dump",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "5E404595-009C-4B42-B262-9FE572846D6D",
|
||||
"name" : "列出 Homebrew 套件配置",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew upgrade chatbox",
|
||||
"uid" : "654F7439-4440-4782-8298-8DE18623B44F",
|
||||
"name" : "升級 Chatbox",
|
||||
"keyword" : "upgrade.chatbox"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew upgrade visual-studio-code",
|
||||
"uid" : "A4BD8132-63A1-48DA-9C21-D6B2EFA0FE62",
|
||||
"name" : "升級 Visual Studio Code",
|
||||
"keyword" : "upgrade.vscode"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew uninstall --zap {cursor}",
|
||||
"uid" : "FCAF018F-2A27-4E13-9180-8E5905455167",
|
||||
"name" : "完整移除套件(含殘留資料)",
|
||||
"keyword" : "unzap"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew install {cursor} --build-from-source --HEAD",
|
||||
"uid" : "ABA6A97C-E757-4EF9-B97D-66925E837CD6",
|
||||
"name" : "從源碼安裝指定套件。",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew upgrade alfred",
|
||||
"uid" : "1BE2AADE-F1BE-471E-A7FC-FF018AB41712",
|
||||
"name" : "更新 Alfred 到最新版",
|
||||
"keyword" : "upgrade.alfred"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew update && brew upgrade && brew cleanup",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "48B9E7E5-6A5B-4AE2-9195-894340BE08AC",
|
||||
"name" : "更新、升級並清除舊版本",
|
||||
"keyword" : "refresh"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew doctor",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "84A0BC3C-D601-4238-9CAD-D204BD5FBBD0",
|
||||
"name" : "檢查 Homebrew 狀態。",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew outdated",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "CB2695F2-44CF-457F-8E67-47399DB5CD26",
|
||||
"name" : "檢查過期套件。",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew cleanup",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "336A690C-2F63-4EBA-9C5A-5DFBC3FDA180",
|
||||
"name" : "清理 Homebrew。",
|
||||
"keyword" : ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "brew uninstall {cursor} ",
|
||||
"uid" : "0A6E443A-FFD5-4021-8FB9-AFE72327BFA1",
|
||||
"name" : "移除套件",
|
||||
"keyword" : "uninstall"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "sudo brew services restart dnsmasq",
|
||||
"uid" : "3555C57C-8D71-47FF-A15F-433EDEDCB586",
|
||||
"name" : "重啟 dnsmasq 服務",
|
||||
"keyword" : "restart.dnsmasq"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user