Skip to content

Commit

Permalink
feat(macos): sync documents/desktop to iCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
mrolli committed Jan 1, 2025
1 parent 8ccabd2 commit f2947dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions macos/macos
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ defaults write com.apple.screencapture disable-shadow -bool true
# Finder #
###############################################################################

# Sync the Documents folder automatically to the iCloud Drive
defaults write com.apple.finder FXICloudDriveDesktop -bool true

# Sync the Desktop folder automatically to the iCloud Drive
defaults write com.apple.finder FXICloudDriveDocuments -bool true

# Set the default location for new Finder windows
# For Desktop paths, use `PfDe` and `file://${HOME}/Desktop/`
# For Home folder, use `PfHm` and `file://${HOME}/`
Expand Down

0 comments on commit f2947dd

Please sign in to comment.