mirror of https://tildegit.org/ben/dotfiles
move ~/spf13-vim to ~/.spf13-vim
parent
91e1957ec9
commit
24ce98c7ca
|
@ -1,6 +1,6 @@
|
||||||
[submodule "vim/spf13-vim"]
|
|
||||||
path = vim/spf13-vim
|
|
||||||
url = https://github.com/spf13/spf13-vim
|
|
||||||
[submodule "fish/.config/fish/nvm-wrapper"]
|
[submodule "fish/.config/fish/nvm-wrapper"]
|
||||||
path = fish/.config/fish/nvm-wrapper
|
path = fish/.config/fish/nvm-wrapper
|
||||||
url = https://github.com/passcod/nvm-fish-wrapper
|
url = https://github.com/passcod/nvm-fish-wrapper
|
||||||
|
[submodule "vim/.spf13-vim"]
|
||||||
|
path = vim/.spf13-vim
|
||||||
|
url = https://github.com/spf13/spf13-vim
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ git:
|
||||||
vim:
|
vim:
|
||||||
@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
|
@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
|
||||||
stow -t "$$HOME" vim
|
stow -t "$$HOME" vim
|
||||||
~/spf13-vim/bootstrap.sh
|
~/.spf13-vim/bootstrap.sh
|
||||||
|
|
||||||
mutt:
|
mutt:
|
||||||
@printf "$(YELLOW)--- mutt -----------------------------------------------\n$(RESET)"
|
@printf "$(YELLOW)--- mutt -----------------------------------------------\n$(RESET)"
|
||||||
|
|
Loading…
Reference in New Issue