This repo manages terminal/editor configuration with GNU Stow.
nvim->~/.config/nvimopencode->~/.config/opencodestarship->~/.config/starship.tomltmux->~/.tmux.confzsh->~/.zshrc
From the repo root, run:
stow <appname>Examples:
stow nvim
stow tmux
stow zshThat creates symlinks from this repo into your home directory so each app uses the tracked config.
Use the helper script:
bash stow-all.shOr make it executable and run directly:
chmod +x stow-all.sh
./stow-all.sh