Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mjsteinbaugh/a4c2d4999dd532ea4a70370b4e26772c to your computer and use it in GitHub Desktop.
Save mjsteinbaugh/a4c2d4999dd532ea4a70370b4e26772c to your computer and use it in GitHub Desktop.
# BBEdit 12.6.2 update doesn't locate preferences in iCloud correctly.
# Create a symlink in `~/Library/Application Support` to resolve this.
rm -rf "${HOME}/Library/Application Support/BBEdit"
ln -s "${HOME}/Library/Mobile Documents/com~apple~CloudDocs/Application Support/BBEdit" "${HOME}/Library/Application Support/BBEdit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment