cc init. add tmux config. and nvim as submodule.

This commit is contained in:
publicmatt
2026-05-11 11:06:07 -07:00
parent 4f3efc79fe
commit ffd7845f61
7 changed files with 607 additions and 3 deletions

View File

@@ -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}