Created
April 4, 2019 13:10
-
-
Save mjsteinbaugh/a4c2d4999dd532ea4a70370b4e26772c to your computer and use it in GitHub Desktop.
This file contains 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
# 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