renamed modules

nvim
KeeganForelight 2 years ago
parent ea1eb84f39
commit 58063dbbc8

40
.gitmodules vendored

@ -2,57 +2,57 @@
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule "oh-my-zsh/custom/themes/powerlevel10k"]
[submodule "powerlevel10k"]
path = oh-my-zsh/custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "oh-my-zsh/custom/plugins/zsh-autosuggestions"]
[submodule "zsh-autosuggestions"]
path = oh-my-zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "vim/pack/man/start/nerdtree"]
[submodule "nerdtree"]
path = vim/pack/man/start/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule "tmux/plugins/tpm"]
[submodule "tpm"]
path = tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "vim/pack/man/start/vim-obsession"]
[submodule "vim-obsession"]
path = vim/pack/man/start/vim-obsession
url = https://github.com/tpope/vim-obsession
[submodule "vim/pack/man/start/vim-go"]
[submodule "vim-go"]
path = vim/pack/man/start/vim-go
url = https://github.com/fatih/vim-go
[submodule "vim/pack/man/start/vim-commentary"]
[submodule "vim-commentary"]
path = vim/pack/man/start/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "vim/pack/man/start/vim-surround"]
[submodule "vim-surround"]
path = vim/pack/man/start/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "fzf"]
path = fzf
url = https://github.com/junegunn/fzf.git
[submodule "vim/pack/man/start/vim-fzf"]
[submodule "vim-fzf"]
path = vim/pack/man/start/vim-fzf
url = https://github.com/junegunn/fzf.vim.git
[submodule "vim/pack/man/start/vim-airline"]
[submodule "vim-airline"]
path = vim/pack/man/start/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "vim/pack/man/start/vim-fugitive"]
[submodule "vim-fugitive"]
path = vim/pack/man/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/pack/man/start/vimtex"]
[submodule "vimtex"]
path = vim/pack/man/start/vimtex
url = https://github.com/lervag/vimtex.git
[submodule "src/watertracker"]
[submodule "watertracker"]
path = src/watertracker
url = https://git.keegandeppe.com/kdeppe/watertracker.git
[submodule "src/bluebikes"]
[submodule "bluebikes"]
path = src/bluebikes
url = https://git.keegandeppe.com/kdeppe/bluebikes.git
[submodule "src/timetracker"]
[submodule "timetracker"]
path = src/timetracker
url = https://git.keegandeppe.com/kdeppe/timetracker.git
[submodule "src/weather"]
[submodule "weather"]
path = src/weather
url = https://git.keegandeppe.com/kdeppe/weather.git
[submodule "src/tmux-mem-cpu-load"]
[submodule "tmux-mem-cpu-load"]
path = src/tmux-mem-cpu-load
url = https://github.com/thewtex/tmux-mem-cpu-load
[submodule "fzf"]
path = src/fzf
url = https://github.com/junegunn/fzf.git

Loading…
Cancel
Save