Last active
June 12, 2025 10:44
-
-
Save khys/5fda5b8db75a94508d3a98e87380fbaf to your computer and use it in GitHub Desktop.
Revisions
-
khys revised this gist
Dec 23, 2018 . No changes.There are no files selected for viewing
-
khys revised this gist
Dec 23, 2018 . No changes.There are no files selected for viewing
-
khys created this gist
Dec 23, 2018 .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,16 @@ #!/bin/bash echo "> brew upgrade --cleanup" brew upgrade --cleanup echo "> brew cleanup -s" brew cleanup -s echo "> brew prune -n" brew prune -n echo "> brew prune" brew prune echo "> brew bundle --global check" brew bundle --global check echo "> brew bundle --global cleanup" brew bundle --global cleanup echo "> brew doctor" brew doctor