My configuration files for Niri, Neovim, etc.
- Clone the repo and cd into it:
git clone https://github.com/jaycem-dev/dotfiles.git ~/Projects/dotfiles && cd ~/Projects/dotfiles- Symlink with stow:
# All packages
stow .
# Specific package
stow nvim~/.config/scripts must be on PATH for niri and waybar to find helper scripts (brightness, volume, launch-or-focus, etc.).
Switch themes with theme-switcher (select via fzf) or theme-switcher <theme-name>.
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