Skip to content

Instantly share code, notes, and snippets.

@chunheisiu
Last active November 12, 2025 09:56
Show Gist options
  • Select an option

  • Save chunheisiu/b3e6f88d930db44cbd77627053233816 to your computer and use it in GitHub Desktop.

Select an option

Save chunheisiu/b3e6f88d930db44cbd77627053233816 to your computer and use it in GitHub Desktop.
Useful shell scripts
# Brew
brew update; brew upgrade; brew cu -a; brew cleanup
# Conda
conda update --all
# Pip
pip install -U $(pip freeze | awk '{split($0, a, "=="); print a[1]}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment