dotfiles/Makefile

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}