Skip to content

Instantly share code, notes, and snippets.

@Aenohe
Last active August 21, 2020 20:41
Show Gist options
  • Save Aenohe/bed2eeb76328493005e6 to your computer and use it in GitHub Desktop.
Save Aenohe/bed2eeb76328493005e6 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 install caskroom/cask/brew-cask

Homebrew Cask website

##Install

  • Install Atom $ brew cask install

Atom website

##Errors

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

For more help :

@patrickocal
Copy link

brew cask install atom alone seems to work for me

brew tap caskroom/cask leads to the error message posted by kylece123 above

@cbaldan
Copy link

cbaldan commented Aug 17, 2020

Agreed @path-doc
Thanks for the info

@codingbuddha7
Copy link

Below worked for me

brew tap homebrew/cask
brew cask install atom

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