Skip to content

Instantly share code, notes, and snippets.

@LucaFilipozzi
Last active August 1, 2021 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucaFilipozzi/b7889cc2aba16f8f34d93f733485c6cd to your computer and use it in GitHub Desktop.
Save LucaFilipozzi/b7889cc2aba16f8f34d93f733485c6cd to your computer and use it in GitHub Desktop.
essential utilities

essential cli utilities:

  • unbound
  • xz

other things

path managmeent

  • add /opt/local/bin to PATTH
  • add /opt/local/sbin to PATH
  • add /opt/local/libexec/gnubin to PATH

port selection

port select --set awscli py39-awscli
port select --set docutils py39-docutils
port select --set pip pip39
port select --set pygments py39-pygments
port select --set python python39
port select --set python3 python39
port select --set terraform terraform1.0
port select --set virtualenv virtualenv39

interesting gui utilities:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment