Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1005 Bytes

File metadata and controls

39 lines (25 loc) · 1005 Bytes

Dotfiles

My configuration files for Niri, Neovim, etc.

Usage

  • 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

Requirements

~/.config/scripts must be on PATH for niri and waybar to find helper scripts (brightness, volume, launch-or-focus, etc.).

Theme Switcher

Themes live in ~/.config/tinted-theming/themes/<theme>/. Manage them with set-theme:

# Copy a theme's files into the config dirs (kitty, waybar, mako, niri, etc.) and reload them
set-theme apply <theme>

# Back up current config colors into the theme dir
set-theme save <theme>

Use tinty (config in tinted-theming/tinty/config.toml) to apply new themes; its hooks copy the files into the config dirs, then save to keep a copy in the repo.