2023-12-16 18:17:36 -08:00
|
|
|
.PHONY: nvim git shell
|
2021-07-30 12:34:38 -07:00
|
|
|
|
2023-12-16 18:17:36 -08:00
|
|
|
all: nvim git shell
|
2021-07-30 12:34:38 -07:00
|
|
|
|
2023-12-16 18:17:36 -08:00
|
|
|
git:
|
|
|
|
stow git -t ${HOME}
|
2021-07-30 12:34:38 -07:00
|
|
|
|
2023-12-16 18:17:36 -08:00
|
|
|
nvim:
|
|
|
|
stow nvim -t ${HOME}/.config/
|
2021-08-03 10:18:04 -07:00
|
|
|
|
2023-12-16 18:17:36 -08:00
|
|
|
shell:
|
|
|
|
stow shell -t ${HOME}
|