11 lines
370 B
Markdown
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.
|