Skip to content

dentych/dotfiles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published