Add a dotfiles directory, and start configuring stow in it.
This commit is contained in:
6
dotfiles/Makefile
Normal file
6
dotfiles/Makefile
Normal 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 ~ .
|
Reference in New Issue
Block a user