A collection of my dot-files
Find a file
2025-03-06 08:33:52 -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: base config complete 2025-03-06 08:33:52 -05:00
vim Vim Update Complete 2024-12-29 12:22:09 -05: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.