Skip to content

Instantly share code, notes, and snippets.

@mpursley
Forked from Aenohe/atom-install-mac-osx.md
Last active December 7, 2017 20:48
Show Gist options
  • Save mpursley/2d573c3a070e729c2769798e3ec46793 to your computer and use it in GitHub Desktop.
Save mpursley/2d573c3a070e729c2769798e3ec46793 to your computer and use it in GitHub Desktop.
Atom install on Mac OSX

#Atom install on Mac OSX

##Requirements

###Homebrew

If you already have Homebrew skip this part or take a moment to update Homebrew with $ brew update

  • Install Homebrew $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Homebrew website

###Homebrew Cask

If you already have Homebrew Cask skip this part or take a moment to update Homebrew Cask with $ brew upgrade brew-cask

  • Install Homebrew Cask $ brew tap caskroom/cask

Homebrew Cask website

##Install

  • Install Atom $ brew cask install atom

Atom website

##Errors

If you encounter some troubles, try $ brew cleanup && brew cask cleanup

For more help :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment