Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.01 KB

File metadata and controls

44 lines (28 loc) · 1.01 KB

Dotfiles

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>.

Screenshot (may be outdated)

screenshot

Usage

  • 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 nvim

Tracking Theme Files

Autogenerated 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