cc init. add tmux config. and nvim as submodule.
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,6 +1,9 @@
|
||||
.PHONY: nvim git shell
|
||||
.PHONY: all nvim git shell tmux submodules
|
||||
|
||||
all: nvim git shell
|
||||
all: submodules nvim git shell tmux
|
||||
|
||||
submodules:
|
||||
git submodule update --init --recursive
|
||||
|
||||
git:
|
||||
stow git -t ${HOME}
|
||||
@@ -10,3 +13,6 @@ nvim:
|
||||
|
||||
shell:
|
||||
stow shell -t ${HOME}
|
||||
|
||||
tmux: submodules
|
||||
stow tmux -t ${HOME}
|
||||
|
||||
Reference in New Issue
Block a user