fix: update Affinity backup paths

This commit is contained in:
Stefan Imhoff
2026-01-02 12:42:41 +01:00
parent 079fe8c7e6
commit d496723ae2
2 changed files with 2 additions and 6 deletions

View File

@@ -11,9 +11,7 @@ defaults export com.apple.finder ~/.dotfiles/private/preferences/finder.plist
defaults export com.apple.dock ~/.dotfiles/private/preferences/dock.plist defaults export com.apple.dock ~/.dotfiles/private/preferences/dock.plist
# Affinity # Affinity
cp ~/Library/Preferences/com.seriflabs.affinitydesigner2.plist ~/.dotfiles/private/preferences/ cp ~/Library/Preferences/com.canva.affinity.plist ~/.dotfiles/private/preferences/
cp ~/Library/Preferences/com.seriflabs.affinityphoto2.plist ~/.dotfiles/private/preferences/
cp ~/Library/Preferences/com.seriflabs.affinitypublisher2.plist ~/.dotfiles/private/preferences/
# Alfred # Alfred
cp ~/Library/Preferences/com.runningwithcrayons.Alfred.plist ~/.dotfiles/private/preferences/ cp ~/Library/Preferences/com.runningwithcrayons.Alfred.plist ~/.dotfiles/private/preferences/

View File

@@ -16,9 +16,7 @@ defaults import com.apple.dock ~/.dotfiles/private/preferences/dock.plist
echo "Please log out and back in to apply the changes." echo "Please log out and back in to apply the changes."
# Affinity # Affinity
cp ~/.dotfiles/private/preferences/com.seriflabs.affinitydesigner2.plist ~/Library/Preferences/ cp ~/.dotfiles/private/preferences/com.canva.affinity.plist ~/Library/Preferences/
cp ~/.dotfiles/private/preferences/com.seriflabs.affinityphoto2.plist ~/Library/Preferences/
cp ~/.dotfiles/private/preferences/com.seriflabs.affinitypublisher2.plist ~/Library/Preferences/
# Alfred # Alfred
cp ~/.dotfiles/private/preferences/com.runningwithcrayons.Alfred.plist ~/Library/Preferences/ cp ~/.dotfiles/private/preferences/com.runningwithcrayons.Alfred.plist ~/Library/Preferences/