add alfred preferences to sync folder
10
aliases.sh
@@ -36,3 +36,13 @@ tcd() {
|
||||
# command "$@" 2>&1
|
||||
cd $OLDPWD
|
||||
}
|
||||
|
||||
listening() {
|
||||
if [[ $# -eq 0 ]]; then
|
||||
lsof -iTCP -sTCP:LISTEN -n -P
|
||||
elif [[ $# -eq 1 ]]; then
|
||||
lsof -iTCP -sTCP:LISTEN -n -P | grep -i --color $1
|
||||
else
|
||||
echo "Usage: listening [pattern]"
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -26,3 +26,4 @@ export ANDROID_HOME="$HOME/Library/Android/sdk"
|
||||
# Ruby User Install (for CocoaPods)
|
||||
export GEM_HOME="$HOME/.gem"
|
||||
export PATH="$GEM_HOME/bin:$PATH"
|
||||
export PATH="$GEM_HOME/ruby/3.1.10/bin:$PATH"
|
||||
|
||||
10
synced/Alfred.alfredpreferences/preferences/appearance/options/prefs.plist
Executable 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>nativedarkmode</key>
|
||||
<true/>
|
||||
<key>showOnScreen</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?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/>
|
||||
</plist>
|
||||
25
synced/Alfred.alfredpreferences/preferences/features/clipboard/prefs.plist
Executable file
@@ -0,0 +1,25 @@
|
||||
<?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>hotkey</key>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<integer>8</integer>
|
||||
<key>mod</key>
|
||||
<integer>786432</integer>
|
||||
<key>string</key>
|
||||
<string>C</string>
|
||||
</dict>
|
||||
<key>limit</key>
|
||||
<integer>1</integer>
|
||||
<key>persistForImages</key>
|
||||
<integer>1</integer>
|
||||
<key>snippetMatchFields</key>
|
||||
<integer>1</integer>
|
||||
<key>snippetMatchWordBased</key>
|
||||
<false/>
|
||||
<key>viewerKeyword</key>
|
||||
<string>clip</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?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>fallbacks</key>
|
||||
<array>
|
||||
<string>features.websearch.custom.F952C90D-522B-4CB5-A6CF-0D0424BF02A6.fallback</string>
|
||||
<string>features.websearch.duckduckgo.fallback</string>
|
||||
<string>features.websearch.google.fallback</string>
|
||||
<string>features.websearch.wiki.fallback</string>
|
||||
</array>
|
||||
<key>fallbacksMode</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>definitionsOnly</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?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>finderSelectionHotkey</key>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<integer>0</integer>
|
||||
<key>mod</key>
|
||||
<integer>393216</integer>
|
||||
<key>string</key>
|
||||
<string>A</string>
|
||||
</dict>
|
||||
<key>showWithRightArrow</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?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/>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>arrowsForFolderNavigation</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?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/>
|
||||
</plist>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?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/>
|
||||
</plist>
|
||||
19
synced/Alfred.alfredpreferences/preferences/features/itunes/prefs.plist
Executable file
@@ -0,0 +1,19 @@
|
||||
<?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>hotkey</key>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<integer>46</integer>
|
||||
<key>mod</key>
|
||||
<integer>1572864</integer>
|
||||
<key>string</key>
|
||||
<string>M</string>
|
||||
</dict>
|
||||
<key>keyword</key>
|
||||
<string>m</string>
|
||||
<key>keywordEnabled</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
15
synced/Alfred.alfredpreferences/preferences/features/snippets/prefs.plist
Executable file
@@ -0,0 +1,15 @@
|
||||
<?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>hotkey</key>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<integer>-1</integer>
|
||||
<key>mod</key>
|
||||
<integer>-1</integer>
|
||||
<key>string</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
8
synced/Alfred.alfredpreferences/preferences/features/system/prefs.plist
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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>forcequitKeyword</key>
|
||||
<string>fq</string>
|
||||
</dict>
|
||||
</plist>
|
||||
68
synced/Alfred.alfredpreferences/preferences/features/terminal/prefs.plist
Executable file
@@ -0,0 +1,68 @@
|
||||
<?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>application</key>
|
||||
<integer>1</integer>
|
||||
<key>custom</key>
|
||||
<string>-- For the latest version:
|
||||
-- https://github.com/vitorgalvao/custom-alfred-iterm-scripts
|
||||
|
||||
-- Set this property to true to always open in a new window
|
||||
property open_in_new_window : false
|
||||
|
||||
-- Handlers
|
||||
on new_window()
|
||||
tell application "iTerm" to create window with default profile
|
||||
end new_window
|
||||
|
||||
on new_tab()
|
||||
tell application "iTerm" to tell the first window to create tab with default profile
|
||||
end new_tab
|
||||
|
||||
on call_forward()
|
||||
tell application "iTerm" to activate
|
||||
end call_forward
|
||||
|
||||
on is_running()
|
||||
application "iTerm" is running
|
||||
end is_running
|
||||
|
||||
on has_windows()
|
||||
if not is_running() then return false
|
||||
if windows of application "iTerm" is {} then return false
|
||||
true
|
||||
end has_windows
|
||||
|
||||
on send_text(custom_text)
|
||||
tell application "iTerm" to tell the first window to tell current session to write text custom_text
|
||||
end send_text
|
||||
|
||||
-- Main
|
||||
on alfred_script(query)
|
||||
if has_windows() then
|
||||
if open_in_new_window then
|
||||
new_window()
|
||||
else
|
||||
new_tab()
|
||||
end if
|
||||
else
|
||||
-- If iTerm is not running and we tell it to create a new window, we get two
|
||||
-- One from opening the application, and the other from the command
|
||||
if is_running() then
|
||||
new_window()
|
||||
else
|
||||
call_forward()
|
||||
end if
|
||||
end if
|
||||
|
||||
-- Make sure a window exists before we continue, or the write may fail
|
||||
repeat until has_windows()
|
||||
delay 0.01
|
||||
end repeat
|
||||
|
||||
send_text(query)
|
||||
call_forward()
|
||||
end alfred_script</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
115
synced/Alfred.alfredpreferences/preferences/features/websearch/prefs.plist
Executable file
@@ -0,0 +1,115 @@
|
||||
<?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>customSites</key>
|
||||
<dict>
|
||||
<key>1907AFC2-CCC0-4B03-9182-B79AEF39472C</key>
|
||||
<dict>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>keyword</key>
|
||||
<string>ff</string>
|
||||
<key>text</key>
|
||||
<string>GamerEscape (FFXIV)</string>
|
||||
<key>url</key>
|
||||
<string>https://ffxiv.gamerescape.com/w/index.php?search={query}&title=Special%3ASearch</string>
|
||||
<key>utf8</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>1E5B4124-C193-4FEC-8E63-D3A01ADB23D1</key>
|
||||
<dict>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>keyword</key>
|
||||
<string>r</string>
|
||||
<key>text</key>
|
||||
<string>Search Reddit for '{query}'</string>
|
||||
<key>url</key>
|
||||
<string>https://www.reddit.com/search/?q={query}</string>
|
||||
<key>utf8</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>76B9DF04-402A-4AA1-A0E2-9020FF5A1F0F</key>
|
||||
<dict>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>keyword</key>
|
||||
<string>r</string>
|
||||
<key>spaces</key>
|
||||
<string>_</string>
|
||||
<key>text</key>
|
||||
<string>Open {query} Subreddit</string>
|
||||
<key>url</key>
|
||||
<string>https://reddit.com/r/{query}</string>
|
||||
<key>utf8</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>9A36BFD7-BB62-4140-ABF6-99D89528EC79</key>
|
||||
<dict>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>keyword</key>
|
||||
<string>mdn</string>
|
||||
<key>text</key>
|
||||
<string>MDN</string>
|
||||
<key>url</key>
|
||||
<string>https://developer.mozilla.org/en-US/search?q={query}</string>
|
||||
<key>utf8</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>B1A2715A-0717-4F2D-986E-8F416752F73C</key>
|
||||
<dict>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>keyword</key>
|
||||
<string>pub</string>
|
||||
<key>text</key>
|
||||
<string>Dart Pub</string>
|
||||
<key>url</key>
|
||||
<string>https://pub.dev/packages/{query}</string>
|
||||
<key>utf8</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>C1BCFFD3-2DB3-4E34-B817-B0796528B12B</key>
|
||||
<dict>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>keyword</key>
|
||||
<string>dev</string>
|
||||
<key>text</key>
|
||||
<string>Search devdocs.io for '{query}'</string>
|
||||
<key>url</key>
|
||||
<string>https://devdocs.io/#q={query}</string>
|
||||
<key>utf8</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>E8ABA2E3-2815-463D-BB81-1B8D4643EBB6</key>
|
||||
<dict>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>keyword</key>
|
||||
<string>p5</string>
|
||||
<key>text</key>
|
||||
<string>p5.js</string>
|
||||
<key>url</key>
|
||||
<string>https://p5js.org/reference/#/p5/{query}</string>
|
||||
<key>utf8</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>F952C90D-522B-4CB5-A6CF-0D0424BF02A6</key>
|
||||
<dict>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>keyword</key>
|
||||
<string>brave</string>
|
||||
<key>text</key>
|
||||
<string>Search Brave for '{query}'</string>
|
||||
<key>url</key>
|
||||
<string>https://search.brave.com/search?q={query}&source=web</string>
|
||||
<key>utf8</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>darkthemeuid</key>
|
||||
<string>theme.bundled.moderndark</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>enabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?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>autoExpandSnippets</key>
|
||||
<true/>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>enabledFiles</key>
|
||||
<true/>
|
||||
<key>enabledImages</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>language</key>
|
||||
<string>en</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>locale</key>
|
||||
<string>com.apple.keylayout.ABC</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>darkthemeuid</key>
|
||||
<string>theme.bundled.moderndark</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>enabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?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>autoExpandSnippets</key>
|
||||
<true/>
|
||||
<key>enabled</key>
|
||||
<true/>
|
||||
<key>enabledFiles</key>
|
||||
<true/>
|
||||
<key>enabledImages</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>locale</key>
|
||||
<string>com.apple.keylayout.ABC</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?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/>
|
||||
</plist>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?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/>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>enabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?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>enabled</key>
|
||||
<true/>
|
||||
<key>enabledFiles</key>
|
||||
<true/>
|
||||
<key>enabledImages</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?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>locale</key>
|
||||
<string>com.apple.keylayout.ABC</string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
synced/Alfred.alfredpreferences/preferences/prefs.plist
Executable file
@@ -0,0 +1,5 @@
|
||||
<?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/>
|
||||
</plist>
|
||||
12
synced/Alfred.alfredpreferences/preferences/workflows/prefs.plist
Executable file
@@ -0,0 +1,12 @@
|
||||
<?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>defaultBundleId</key>
|
||||
<string>com.casraf.</string>
|
||||
<key>defaultCreatedBy</key>
|
||||
<string>Chen Asraf</string>
|
||||
<key>defaultWebsite</key>
|
||||
<string>https://casraf.blog</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?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/>
|
||||
</plist>
|
||||
|
After Width: | Height: | Size: 507 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 202 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 122 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 122 KiB |
|
After Width: | Height: | Size: 332 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 588 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 262 KiB |
|
After Width: | Height: | Size: 576 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 419 KiB |
|
After Width: | Height: | Size: 205 KiB |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 355 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 556 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 199 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 350 KiB |
|
After Width: | Height: | Size: 420 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 487 KiB |
|
After Width: | Height: | Size: 550 KiB |
|
After Width: | Height: | Size: 279 KiB |
|
After Width: | Height: | Size: 516 KiB |
|
After Width: | Height: | Size: 565 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 368 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 554 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
After Width: | Height: | Size: 551 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 359 KiB |
|
After Width: | Height: | Size: 368 KiB |
|
After Width: | Height: | Size: 272 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 154 KiB |