Skip to content

Commit

Permalink
Update cmx_essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Catuogno committed Sep 23, 2018
1 parent 651116e commit 5acd146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmx_essentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ echo "Installing Binary commands..."
brew install bash
brew install htop
brew install nano
brew install neofetch
brew install tree
brew install wget --with-iri

Expand Down Expand Up @@ -148,7 +149,7 @@ defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true
###############################################################################

# Cleanup
brew upgrade && brew update && brew cleanup && brew cask cleanup
brew update && brew upgrade && brew cleanup && brew cask cleanup && brew prune

#Exit script
exit

0 comments on commit 5acd146

Please sign in to comment.