Created
March 14, 2023 14:50
-
-
Save joekolade/18a32861d3ed13d0dcf5b10dd76ab7cb to your computer and use it in GitHub Desktop.
[Mac upgrade software]
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 characters
| # Mac Software Pflege | |
| # update components | |
| upgrade_oh_my_zsh | |
| brew update | |
| composer selfupdate | |
| brew upgrade node | |
| npm install -g npm | |
| nvm install node —latest-npm | |
| nvm install 10 —latest-npm | |
| brew upgrade ruby | |
| gem update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment