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 :

@tonygentilcore
Copy link

brew install caskroom/cask/brew-cask -> brew tap caskroom/cask
brew cask install -> brew cask install atom

@SylviaVargas
Copy link

Thank you Tony! The following works!
brew tap caskroom/cask
brew cask install atom

@dorienh
Copy link

dorienh commented Jan 24, 2018

Thanks SylviaVargas, that works for me!

@doliglwt
Copy link

doliglwt commented Jan 4, 2019

Hi, it appears to be hanging up when downloading through brew cask, so I tested using 'Download Zip' button in the browser from this page and that is hanging up half way through too. Post holiday glitch I'm sure? K.

@kylece123
Copy link

Hi, I am trying to install and I am receiving this error:

kylecorcoran@Kyles-MBP-2 Desktop % brew tap caskroom/cask
Error: caskroom/cask was moved. Tap homebrew/cask-cask instead.
kylecorcoran@Kyles-MBP-2 Desktop % brew tap homebrew/cask-cask
==> Tapping homebrew/cask-cask
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-cask'...
Username for 'https://github.com': kylece123
Password for 'https://kylece123@github.com':
remote: Repository not found.
fatal: repository 'https://github.com/Homebrew/homebrew-cask-cask/' not found
Error: Failure while executing; git clone https://github.com/Homebrew/homebrew-cask-cask /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-cask --depth=1 exited with 128.
kylecorcoran@Kyles-MBP-2 Desktop %

@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