Changed submodule urls to cloned urls
This commit is contained in:
parent
d1ad3911ab
commit
49ad946a0e
1 changed files with 4 additions and 4 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -1,15 +1,15 @@
|
|||
[submodule "zimfw"]
|
||||
path = zimfw
|
||||
url = https://github.com/zimfw/zimfw.git
|
||||
url = https://git.linux-help.org/psi-jack/zimfw.git
|
||||
[submodule "vim_runtime"]
|
||||
path = vim_runtime
|
||||
url = https://github.com/amix/vimrc.git
|
||||
url = https://git.linux-help.org/psi-jack/ultimate-vim.git
|
||||
[submodule "tmux"]
|
||||
path = tmux
|
||||
url = https://github.com/gpakosz/.tmux.git
|
||||
url = https://git.linux-help.org/psi-jack/tmux-config.git
|
||||
[submodule "dotbot"]
|
||||
path = dotbot
|
||||
url = https://github.com/anishathalye/dotbot
|
||||
url = https://git.linux-help.org/psi-jack/dotbot.git
|
||||
[submodule "vim_plugins/salt-vim"]
|
||||
path = vim_plugins/salt-vim
|
||||
url = https://github.com/saltstack/salt-vim.git
|
||||
|
|
Loading…
Reference in a new issue