Makefile: added common targets
This commit is contained in:
parent
1fdc1675ef
commit
d9c3133c8a
1 changed files with 21 additions and 0 deletions
21
Makefile
21
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 ./
|
Loading…
Add table
Add a link
Reference in a new issue