How to Install Sublime Text 3 using Homebrew

前端 未结 6 1425
青春惊慌失措
青春惊慌失措 2021-01-30 00:33

How can I use homebrew cask to install Sublime Text 3? I only see sublime text 2 in the repos. I even tried tapping homebrew/versions, but no luck.

Thanks!

EDIT:

6条回答
  •  盖世英雄少女心
    2021-01-30 01:25

    brew install caskroom/cask/brew-cask
    brew tap caskroom/versions
    brew cask install sublime-text
    

    Weird how I will struggle with this for days, post on StackOverflow, then figure out my own answer in 20 seconds.

    [edited to reflect that the package name is now just sublime-text, not sublime-text3]

提交回复
热议问题