Personal dotfiles for configuring Unix-like environments (macOS/Linux).
dotfiles/
├── ghostty/ # Ghostty terminal config
├── zsh/ # Zsh configuration
└── cursor/ # Cursor IDE settings
Font: Geist Mono
Starship - minimal, blazing-fast, cross-shell prompt
brew install starship-
zoxide - smarter cd command
brew install zoxide
-
fzf - command-line fuzzy finder
brew install fzf $(brew --prefix)/opt/fzf/install -
zsh-syntax-highlighting - highlight commands
brew install zsh-syntax-highlighting
-
zsh-autosuggestions - suggest commands as you type
brew install zsh-autosuggestions
-
eza - modern alternative to ls
brew install eza
brew install starship zoxide fzf zsh-syntax-highlighting zsh-autosuggestions eza
$(brew --prefix)/opt/fzf/installCopy or symlink the config files to their appropriate locations:
# Zsh
cp zsh/zshrc ~/.zshrc
# Ghostty
cp ghostty/config ~/.config/ghostty/config
# Cursor
cp cursor/settings.json ~/.config/Cursor/User/settings.json