A collection of my dot-files
Find a file
2024-11-22 13:58:03 -05:00
alacritty alacritty: include some nice themes 2024-11-21 16:02:48 -05:00
bash Update bash config 2019-08-01 15:50:41 +00:00
git Touch up git a bit 2024-10-13 16:24:12 -04:00
retroarch Add retroarch 2024-10-23 11:56:10 -04:00
tmux tmux: 99-per-cent done 2024-11-22 13:58:03 -05:00
vim Update submodules 2019-08-01 21:09:51 +00:00
makefile Update makefile 2024-10-23 11:56:17 -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.