Skip to content

Instantly share code, notes, and snippets.

@dipendra-sharma
Created March 10, 2025 12:54
Show Gist options
  • Save dipendra-sharma/60df76f3881c26332413efe880f2c4cc to your computer and use it in GitHub Desktop.
Save dipendra-sharma/60df76f3881c26332413efe880f2c4cc to your computer and use it in GitHub Desktop.
Tools Update command
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