renamed modules

This commit is contained in:
KeeganForelight 2023-01-15 19:12:54 -05:00
parent ea1eb84f39
commit 58063dbbc8
2 changed files with 20 additions and 20 deletions

40
.gitmodules vendored
View File

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

View File