Personal configuration files managed with GNU Stow.
- nvim - Neovim (LazyVim-based)
- tmux - Terminal multiplexer
- ghostty - Terminal emulator
- starship - Shell prompt
# macOS
brew install stow
# Debian/Ubuntu
apt install stowgit clone https://github.com/YOUR_USERNAME/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow nvim ghostty starship tmuxThis creates symlinks in ~/.config/ pointing to the dotfiles repo.
cd ~/dotfiles
stow -D nvim ghostty starship tmux- tmux: Run
prefix + Ito install plugins via tpm - nvim: Plugins install automatically on first launch via lazy.nvim