negativetwelve / dotfiles

zsh, ruby, sublime setup and installation for Mac OS X.
0 stars 0 forks source link

[Sublime] Install sublime text 3 with the subl command #5

Open negativetwelve opened 8 years ago

negativetwelve commented 8 years ago
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
negativetwelve commented 8 years ago

requires mkdir ~/bin

negativetwelve commented 8 years ago
export EDITOR='subl -w'
negativetwelve commented 8 years ago
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl