remove nvim config

This commit is contained in:
matt
2026-06-01 14:40:05 -07:00
parent eae706c649
commit 43aa722391
3 changed files with 2 additions and 9 deletions
+2 -5
View File
@@ -1,8 +1,8 @@
.PHONY: all nvim git shell tmux submodules p10k
.PHONY: all git shell tmux submodules p10k
ZSH_CUSTOM ?= ${HOME}/.oh-my-zsh/custom
all: submodules nvim git shell tmux
all: submodules git shell tmux
submodules:
git submodule update --init --recursive
@@ -10,9 +10,6 @@ submodules:
git:
stow git -t ${HOME}
nvim:
stow nvim -t ${HOME}/.config/
shell: p10k
stow shell -t ${HOME}