Any way to get sublime text to save settings files without running as sudo

The first time you ran sublime, you probably ran it as root. Thus on that first run your user settings where stored as 'root'. To change those permissions to your own do:

sudo chown -R yourusername:yourusername /home/yourusername/.config/sublime-text-2