My configuration files for Niri, Neovim, etc.
Most programs are themed with matugen and have a default theme applied already. Check the templates for the complete list. To update the theme for all apps, use matugen image <pathtoimage>.
- Clone the repo and cd into it:
git clone https://github.com/jaycem-dev/dotfiles.git ~/dev/dotfiles && cd ~/dev/dotfiles- Symlink modules with stow:
# All packages
stow */
# Specific package
stow nvimAutogenerated Matugen files are tracked in git with a default theme applied. To avoid committing theme updates every time, use the track-themes.sh script.
Usage:
# Ignore local updates to theme files
./track-themes.sh skip
# Resume tracking (if you want to commit theme changes)
./track-themes.sh track
# Show usage and list managed files
./track-themes.sh