Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 660 Bytes

File metadata and controls

35 lines (24 loc) · 660 Bytes

Dentych Dotfiles

This is a collection of my dotfiles, managed with chezmoi.

Installation

# Install chezmoi and apply dotfiles
chezmoi init --apply -ssh dentych

Usage

# See what changes would be applied
chezmoi diff

# Apply changes
chezmoi apply

# Edit a dotfile
chezmoi edit ~/.config/fish/config.fish

# Add a new dotfile
chezmoi add ~/.config/newapp/config

# Update from remote
chezmoi update

Structure

  • dot_* files map to ~/.* (e.g., dot_gitconfig~/.gitconfig)
  • dot_config/ maps to ~/.config/
  • Files named dot_gitignore become .gitignore in the target location