Skip to content

Instantly share code, notes, and snippets.

@davidteren
davidteren / nerd_fonts.md
Last active October 24, 2025 18:30
Install Nerd Fonts via Homebrew [updated & fixed]
@davidmroth
davidmroth / .bash_profile
Last active August 9, 2025 22:12
Homebrew Setup Mac M1
# !!! IMPORTANT
# Must point to the correct director or this entire script breaks
eval $(/opt/homebrew/bin/brew shellenv)
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/usr/local/google-cloud-sdk/path.bash.inc' ]; then . '/usr/local/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/usr/local/google-cloud-sdk/completion.bash.inc' ]; then . '/usr/local/google-cloud-sdk/completion.bash.inc'; fi