Skip to content

Instantly share code, notes, and snippets.

@tomysmile
Created July 11, 2016 06:18
Show Gist options
  • Save tomysmile/5bd24b01a23840dec8f4e8f4fdf2622d to your computer and use it in GitHub Desktop.
Save tomysmile/5bd24b01a23840dec8f4e8f4fdf2622d to your computer and use it in GitHub Desktop.
Install Sublime Text 3 on Mac OSX Command Line

Create symlink

ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl

Add below path to your .bash_profile or .bashrc

export PATH=/bin:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$PATH
export EDITOR='subl -w'

runs below for immediate command:

source ~/.bashrc or ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment