Add a dotfiles directory, and start configuring stow in it.

This commit is contained in:
Orien Vandenbergh
2025-05-22 11:21:28 -04:00
parent af76dcce3f
commit 53d2bcbc11
3 changed files with 48 additions and 1 deletions

6
dotfiles/Makefile Normal file
View File

@ -0,0 +1,6 @@
test:
@echo Test mode, run \"make all\" to enact changes
stow -v --no --dotfiles --target ~ .
all:
stow -v --dotfiles --target ~ .