mirror of
https://git.merveilles.town/jbauer/dotfiles.git
synced 2025-12-15 18:06:32 +01:00
Configuration for the software I use.
| .config | ||
| .local/bin | ||
| LICENSE | ||
| README.md | ||
Dotfiles
Configuration for various bits of software I use.
This is tailored primarily for Linux workstations, but configuration that I used
on my OpenBSD systems is available under the openbsd branch.
Installation
Copy the contents of .config/ to ~/.config/ and the contents of .local/ to
~/.local/.
cp -r .config/* ~/.config/
cp -r .local/* ~/.local/