How can I restore Sublime Text settings and preferences and undo the symlink created in Dropbox? I cannot access the Sublime Text 2 preferences on my machine after creating a symlink in Dropbox.
These are the commands I ran on my primary machine:
cd ~/Dropbox
ln -s ~/'Library/Application Support/Sublime Text 2' sublime-text-2-settings
These created "sublime-text-2-settings" in the Dropbox root directory.
Then on a second machine, I ran the following commands:
cd ~/Library/Application\ Support/Sublime\ Text\2/
rm -R Packages
ln -s ~/Dropbox/sublime-text-2-settings Packages
This is from: https://github.com/Rowno/rolandwarmerdam.co.nz/blob/master/app/_posts/2013-01-09-sync-sublime-text-2-settings.md
Now, Sublime Text 2 on both machines is being rendered in a total black and white color scheme, the black sidebar too, so it's impossible to view files. Also, I cannot access the Preferences on either machine making it impossible to move forward.
- How can I undo the symlink?
- How can I access Preferences on my primary machine?
I spent hours customizing Preferences and adding packages and I would hate to loose it all.