A collection of my dot-files
Find a file
2024-10-13 16:20:33 -04:00
bash Update bash config 2019-08-01 15:50:41 +00:00
git Update Git configurations 2024-10-12 15:35:58 -04:00
tmux tmux.conf: Remove plugins 2017-12-19 13:47:44 -05:00
vim Update submodules 2019-08-01 21:09:51 +00:00
makefile Begin 2024 Refactor 2024-10-12 15:35:48 -04:00
README.md Begin 2024 Refactor 2024-10-12 15:35:48 -04:00

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.