remove nvim config
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
[submodule "tmux/.config/tmux/oh-my-tmux"]
|
[submodule "tmux/.config/tmux/oh-my-tmux"]
|
||||||
path = tmux/.config/tmux/oh-my-tmux
|
path = tmux/.config/tmux/oh-my-tmux
|
||||||
url = https://github.com/gpakosz/.tmux.git
|
url = https://github.com/gpakosz/.tmux.git
|
||||||
[submodule "nvim/nvim"]
|
|
||||||
path = nvim/nvim
|
|
||||||
url = https://git.publicmatt.com/public/nvim.git
|
|
||||||
|
|||||||
@@ -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
|
ZSH_CUSTOM ?= ${HOME}/.oh-my-zsh/custom
|
||||||
|
|
||||||
all: submodules nvim git shell tmux
|
all: submodules git shell tmux
|
||||||
|
|
||||||
submodules:
|
submodules:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
@@ -10,9 +10,6 @@ submodules:
|
|||||||
git:
|
git:
|
||||||
stow git -t ${HOME}
|
stow git -t ${HOME}
|
||||||
|
|
||||||
nvim:
|
|
||||||
stow nvim -t ${HOME}/.config/
|
|
||||||
|
|
||||||
shell: p10k
|
shell: p10k
|
||||||
stow shell -t ${HOME}
|
stow shell -t ${HOME}
|
||||||
|
|
||||||
|
|||||||
-1
Submodule nvim/nvim deleted from 43f116fe2c
Reference in New Issue
Block a user