diff --git a/Makefile b/Makefile index e69de29..d7bd831 100644 --- a/Makefile +++ b/Makefile @@ -0,0 +1,21 @@ + +help: + @echo name target to stow + +neovim: + stow nvim + +tmux: + stow tmux + +zsh: + stow zsh + +shell: + stow shell + +sh: + stow shell zsh + +all: + stow ./