Skip to content

Instantly share code, notes, and snippets.

@Aenohe
Last active September 6, 2024 13:46
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 :

@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://[email protected]':
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

@brunasti
Copy link

brunasti commented Sep 6, 2024

For me instead:

brew install atom --cask

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