Last active
December 18, 2015 05:28
-
-
Save ifnull/5732485 to your computer and use it in GitHub Desktop.
Revisions
-
ifnull revised this gist
Apr 23, 2014 . 1 changed file with 3 additions 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 @@ -6,4 +6,6 @@ cd ~ find /usr/local/Library/Formula -type l -delete brew doctor brew update brew prune brew cleanup brew doctor -
ifnull revised this gist
Apr 23, 2014 . 1 changed file with 2 additions 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 @@ -5,4 +5,5 @@ git clean -fd cd ~ find /usr/local/Library/Formula -type l -delete brew doctor brew update brew cleanup -
ifnull revised this gist
Jan 30, 2014 . 1 changed file with 2 additions and 0 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 @@ -3,4 +3,6 @@ sudo chown -R `whoami`:admin ./ git reset --hard git clean -fd cd ~ find /usr/local/Library/Formula -type l -delete brew doctor brew update -
ifnull revised this gist
Aug 11, 2013 . 1 changed file with 1 addition and 0 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 @@ -1,4 +1,5 @@ cd /usr/local sudo chown -R `whoami`:admin ./ git reset --hard git clean -fd cd ~ -
ifnull created this gist
Jun 7, 2013 .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,5 @@ cd /usr/local git reset --hard git clean -fd cd ~ brew update