2017-08-15 22:35:10 -04:00
|
|
|
# Dot Files
|
2015-03-09 13:28:20 -04:00
|
|
|
|
2015-04-28 15:45:13 -04:00
|
|
|
Configuration files (often called dot-files because they start with a ".") for
|
2024-10-12 15:35:48 -04:00
|
|
|
the applications I use on a regular basis. The configuration files are fully
|
|
|
|
commented and self-descriptive.
|
2015-04-28 15:45:13 -04:00
|
|
|
|
2024-10-12 15:35:48 -04:00
|
|
|
## Usage
|
|
|
|
Update the system from repo: `cp -rut ~/.config <dir>`
|
|
|
|
Update the repo from system: `cp -rut . ~/.config/<dir>`
|
2015-04-28 15:45:13 -04:00
|
|
|
|
2024-10-12 15:35:48 -04:00
|
|
|
Alternatively, `make` to automate some of it.
|