Skip to content

Instantly share code, notes, and snippets.

@jadeiss
jadeiss / nerd_fonts.md
Created July 15, 2023 14:55 — forked from davidteren/nerd_fonts.md
Install Nerd Fonts via Homebrew [updated & fixed]
@jadeiss
jadeiss / .zshrc
Last active January 10, 2022 23:33 — forked from paul-vd/.bashrc || .zshrc
Enables nvm to detect if there is an .nvmrc, if it finds it then it should switch the configured version
# nvm setup for ARM architecture
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
# Aliases for switching between x86 and ARM terminal architecture
alias intel='env /usr/bin/arch -x86_64 /bin/zsh --login'
alias arm='env /usr/bin/arch -arm64 /bin/zsh --login'
# enables nvm to detect if there is an .nvmrc, if it finds it,
# then it should switch the configured version: