dotfiles/README.md
2024-10-12 15:35:48 -04:00

11 lines
370 B
Markdown

# Dot Files
Configuration files (often called dot-files because they start with a ".") for
the applications I use on a regular basis. The configuration files are fully
commented and self-descriptive.
## Usage
Update the system from repo: `cp -rut ~/.config <dir>`
Update the repo from system: `cp -rut . ~/.config/<dir>`
Alternatively, `make` to automate some of it.