Files
dotfiles/Makefile
2026-05-11 11:06:07 -07:00

19 lines
270 B
Makefile

.PHONY: all nvim git shell tmux submodules
all: submodules nvim git shell tmux
submodules:
git submodule update --init --recursive
git:
stow git -t ${HOME}
nvim:
stow nvim -t ${HOME}/.config/
shell:
stow shell -t ${HOME}
tmux: submodules
stow tmux -t ${HOME}