Personal dotfiles managed by chezmoi.
curl -fsSL https://raw.githubusercontent.com/j-yang/dotfiles/main/install.sh | bash- Restart shell:
source ~/.zshrc - TPM:
Prefix + Iin tmux to install plugins - Neovim: Open nvim to install plugins
- Git:
git config --global user.name "Your Name"
- chezmoi: dotfiles management
- mise: runtime version management
- LazyVim: Neovim distribution
- tmux: terminal multiplexer
dot_config/
├── nvim/ # LazyVim config
├── tmux/ # tmux config (oh-my-tmux)
├── mise/ # mise config
├── ghostty/ # ghostty terminal
├── starship.toml # prompt
└── ...