21 lines
144 B
Makefile
21 lines
144 B
Makefile
|
|
help:
|
|
@echo name target to stow
|
|
|
|
neovim:
|
|
stow nvim
|
|
|
|
tmux:
|
|
stow tmux
|
|
|
|
zsh:
|
|
stow zsh
|
|
|
|
shell:
|
|
stow shell
|
|
|
|
sh:
|
|
stow shell zsh
|
|
|
|
all:
|
|
stow ./
|