Last active
June 28, 2025 20:24
-
-
Save jairusjoer/669320750f169f02f910ca4be6239983 to your computer and use it in GitHub Desktop.
My personal configuration for zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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