A collection of my dot-files
alacritty | ||
bash | ||
git | ||
retroarch | ||
tmux | ||
vim | ||
makefile | ||
README.md |
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.