-
-
Save mpursley/2d573c3a070e729c2769798e3ec46793 to your computer and use it in GitHub Desktop.
Revisions
-
mpursley revised this gist
Dec 7, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 tap caskroom/cask` [Homebrew Cask website](http://caskroom.io/) ##Install - Install Atom `$` `brew cask install atom` [Atom website](http://atom.io/) -
Aenohe revised this gist
Nov 23, 2015 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) - [Atom issues](https://github.com/atom/atom/issues) -
Aenohe revised this gist
Nov 23, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 If you encounter some troubles, try `$` `brew cleanup && brew cask cleanup` -
Aenohe created this gist
Nov 23, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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)