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.

Revisions

  1. mpursley revised this gist Dec 7, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions atom-install-mac-osx.md
    Original file line number Diff line number Diff line change
    @@ -14,13 +14,13 @@ If you already have Homebrew skip this part or take a moment to update Homebrew

    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`
    - Install Homebrew Cask `$` `brew tap caskroom/cask`

    [Homebrew Cask website](http://caskroom.io/)

    ##Install

    - Install Atom `$` `brew cask install`
    - Install Atom `$` `brew cask install atom`

    [Atom website](http://atom.io/)

  2. @Aenohe Aenohe revised this gist Nov 23, 2015. 1 changed file with 9 additions and 2 deletions.
    11 changes: 9 additions & 2 deletions atom-install-mac-osx.md
    Original file line number Diff line number Diff line change
    @@ -18,11 +18,18 @@ If you already have Homebrew Cask skip this part or take a moment to update Home

    [Homebrew Cask website](http://caskroom.io/)

    ##Install

    - Install Atom `$` `brew cask install`

    [Atom website](http://atom.io/)

    ##Errors

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

    For more help :

    - [Homebrew Issues](https://github.com/Homebrew/homebrew/issues)
    - [Homebrew Cask Issues](https://github.com/caskroom/homebrew-cask/issues)
    - [Homebrew issues](https://github.com/Homebrew/homebrew/issues)
    - [Homebrew Cask issues](https://github.com/caskroom/homebrew-cask/issues)
    - [Atom issues](https://github.com/atom/atom/issues)
  3. @Aenohe Aenohe revised this gist Nov 23, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion atom-install-mac-osx.md
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@ If you already have Homebrew Cask skip this part or take a moment to update Home

    [Homebrew Cask website](http://caskroom.io/)

    ###Errors
    ##Errors

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

  4. @Aenohe Aenohe created this gist Nov 23, 2015.
    28 changes: 28 additions & 0 deletions atom-install-mac-osx.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    #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](http://brew.sh/)

    ###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](http://caskroom.io/)

    ###Errors

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

    For more help :

    - [Homebrew Issues](https://github.com/Homebrew/homebrew/issues)
    - [Homebrew Cask Issues](https://github.com/caskroom/homebrew-cask/issues)