# Homebrew eval "$(/opt/homebrew/bin/brew shellenv)" # LLVM export PATH="/opt/homebrew/opt/llvm/bin:$PATH" # Rustup export PATH="/opt/homebrew/opt/rustup/bin:$PATH" # Cargo export PATH="$HOME/.cargo/bin:$PATH" # GHCup export PATH="$HOME/.ghcup/bin:$PATH" # GNU binutils for ELF AArch64 export PATH="/opt/homebrew/opt/binutils/bin:$PATH" # Personal scripts (some tools also write their binaries here) export PATH="$HOME/.local/bin:$PATH"