macos-setup
  • MacOS Setup Guidance
  • Homebrew
    • Using Homebrew
    • cask
  • Terminal
    • iterm2
    • Terminal Hot keys
    • Zsh
    • Fish
    • tree
  • Git
    • Git Ignore (global)
  • Vagrant
  • Sublime TXT
    • Subl plugins
  • VIM
    • Hot keys
  • Python
    • pip
    • IPython
    • Virtualenv
  • Xcode
  • Evernote
Powered by GitBook
On this page
  • Sublime Text
  • Installation
  • Use CLI to open file

Was this helpful?

Sublime TXT

PreviousVagrantNextSubl plugins

Last updated 5 years ago

Was this helpful?

Sublime Text

is a widely used editor that describes it self as a sophisticated text editor for code, markup and prose.

Installation

the .dmg file and drag-and-drop it to the Applications folder.

Use CLI to open file

Let's create a shortcut so we can launch Sublime Text from the command-line

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

Now you can open a file with $ subl myfile.py or start a new project in the current directory with $ subl ..

Sublime Text
Download