Files
dotfiles/Makefile
publicmatt 4f3efc79fe use stow for ln -s instead of moving.
add nvim
add user and music rc files.
add zsh
2023-12-16 18:17:36 -08:00

13 lines
140 B
Makefile

.PHONY: nvim git shell
all: nvim git shell
git:
stow git -t ${HOME}
nvim:
stow nvim -t ${HOME}/.config/
shell:
stow shell -t ${HOME}