Last active
September 16, 2022 21:04
-
-
Save zlargon/29f9eededab6306aa0cb156e01ad5bbf to your computer and use it in GitHub Desktop.
[alfred] backup customized web search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# create alfred-backup folder | |
mkdir -p alfred-backup/preferences/features/websearch | |
# prefs.plist | |
cp ~/Library/Application\ Support/Alfred/Alfred.alfredpreferences/preferences/features/websearch/prefs.plist \ | |
alfred-backup/preferences/features/websearch | |
# resources (images) | |
cp -r ~/Library/Application\ Support/Alfred/Alfred.alfredpreferences/resources \ | |
alfred-backup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment