dotfiles/README.md

12 lines
370 B
Markdown
Raw Normal View History

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