Created
March 10, 2025 12:54
-
-
Save dipendra-sharma/60df76f3881c26332413efe880f2c4cc to your computer and use it in GitHub Desktop.
Tools Update command
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
brew update && brew upgrade --greedy && brew upgrade --cask --greedy && brew cleanup && rbenv install $(rbenv install -l | sed -n '/^[[:space:]]*[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}[[:space:]]*$/ h;${g;p;}') -s && gem update --system && gem update && nvm install --lts && nvm use --lts && nvm alias default node && npm update -g && npm install -g npm@latest && npm install -g corepack@latest && corepack install -g yarn@latest pnpm@latest && sdk update && pip install --upgrade pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment