[Alfred] Start tracking Alfred settings in dotfiles
This commit is contained in:
parent
a4800814d6
commit
ea4f707d23
4 changed files with 262 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
<?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.duckduckgo.fallback</string>
|
||||
<string>features.websearch.wiki.fallback</string>
|
||||
<string>features.websearch.amazon.fallback</string>
|
||||
<string>features.websearch.google.fallback</string>
|
||||
</array>
|
||||
</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>default</key>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<integer>49</integer>
|
||||
<key>mod</key>
|
||||
<integer>262144</integer>
|
||||
<key>string</key>
|
||||
<string> </string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
8
Alfred/Alfred.alfredpreferences/preferences/prefs.plist
Normal file
8
Alfred/Alfred.alfredpreferences/preferences/prefs.plist
Normal 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>location</key>
|
||||
<string>United States</string>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Add table
Add a link
Reference in a new issue