Skip to content

Instantly share code, notes, and snippets.

@jairusjoer
Last active June 28, 2025 20:24
Show Gist options
  • Save jairusjoer/669320750f169f02f910ca4be6239983 to your computer and use it in GitHub Desktop.
Save jairusjoer/669320750f169f02f910ca4be6239983 to your computer and use it in GitHub Desktop.
My personal configuration for zsh
# https://brew.sh/
eval "$(/opt/homebrew/bin/brew shellenv)"
# Add SSH key to macOS keychain
ssh-add --apple-use-keychain ~/.ssh/id_ed25519 2>/dev/null
# https://github.com/junegunn/fzf
source <(fzf --zsh)
# https://github.com/zsh-users/zsh-autosuggestions
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
# https://github.com/zsh-users/zsh-syntax-highlighting
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.
# https://starship.rs/
eval "$(starship init zsh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment