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

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "curl https:\/\/pyenv.run | bash",
"uid" : "A4882B03-4D4E-47D2-AD50-90EED53F1994",
"name" : "Install Pyenv",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew install openssl readline sqlite3 xz zlib",
"uid" : "ED3096FD-03FA-4823-9ECA-626C70776B20",
"name" : "brew install openssl readline sqlite3 xz zlib",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "brew install pyenv",
"uid" : "F17835CF-29A2-4A90-BFD8-56424E85F82B",
"name" : "brew install pyenv",
"keyword" : ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 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>pyenv</string>
</dict>
</plist>

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv global 3.12.2",
"uid" : "54C20032-EBA9-4DF8-977F-DDDADA2CF88C",
"name" : "pyenv global 3.12.2",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv global 3.9.7",
"uid" : "A15151F9-12F6-48E7-995D-E3FEC4CD96BA",
"name" : "pyenv global 3.9.7",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv install --list",
"uid" : "6C192643-4613-4A63-A5F8-6081EF7EE5A4",
"name" : "pyenv install --list",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv install 3.12.2",
"uid" : "501ACD90-F4BF-4C5E-A507-8DA7FC0EE2AC",
"name" : "pyenv install 3.12.2",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv install 3.9.7",
"uid" : "781E1FA9-5AFE-4A67-94AE-D47AF79E958E",
"name" : "pyenv install",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "pyenv versions",
"uid" : "F1C8A6AC-1CFE-4E96-B851-7F63A361B013",
"name" : "pyenv versions",
"keyword" : ""
}
}

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "command_exists() {\n command -v \"$@\" >\/dev\/null 2>&1\n}\n\nif command_exists curl; then\n curl -sSL https:\/\/git.io\/JejZP >.editorconfig\n curl -sSL https:\/\/git.io\/JejZ1 >.flake8\n curl -sSL https:\/\/git.io\/JejZD >.isort.cfg\nelse\n exit 1\nfi\n\nif command_exists code; then\n mkdir .vscode\n curl -sSL https:\/\/gist.githubusercontent.com\/LoTimmy\/8ab356dd46d3327957733866d1ed626f\/raw\/7a494b7de2cdf06b618fb7c7a5b4fefea43956f7\/settings.json >.vscode\/settings.json\nfi\n",
"uid" : "B3BC2F8E-5E88-4A39-AA6B-19F5CDF8A76B",
"name" : "venv",
"keyword" : ""
}
}