I\'m trying to set-up Sublime Text 3 on OS X Mavericks and getting levels of frustration.
I\'ve followed all of the usual suspects in regards to installation and se
This works for me as well:
sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/st
Than you can write just:
st filename.file extension
It should works. I tried so many things but this worked first.