Personal shell and terminal configuration files.
.zshrcfor Zsh, Oh My Zsh, asdf, Bun, Go, SDKMAN, Neovim, and prompt configuration.tmux.confwith mouse support and vi-style copy mode.config/nvim/placeholder for Neovim configuration
The Zsh configuration assumes these tools may be installed locally:
- Oh My Zsh
- asdf
- Bun
- Go
- SDKMAN
- zsh-autosuggestions
- exa
- Neovim
Back up any existing config first, then copy the files you want into your home directory:
cp .zshrc ~/.zshrc
cp .tmux.conf ~/.tmux.confReload your shell:
exec zshThese files are personal defaults, not a universal setup script. Review paths and installed tools before using them on a new machine.