Configure Sublime for Linux

tar vxjf ...sublime.tar.bz2
mb sublime_text_3 /opt
vim subl

// In subl write following
#!/bin/sh
exec /opt/sublime_text_3/sublime_text "$@"

// Now chmod
chmod 777 subl
mb subl /usr/bin

// now you can run subl from anywhere

Last updated

Was this helpful?