diff options
| author | Elizabeth <me@liz.coffee> | 2025-06-02 13:11:10 -0700 |
|---|---|---|
| committer | Elizabeth <me@liz.coffee> | 2025-06-02 13:11:10 -0700 |
| commit | d098e94ad102da9d018acca72ca5a5c554d25a01 (patch) | |
| tree | d6d23ee63ad5a1aa4017a605d9e09e75de2c5f49 /.gitmodules | |
| parent | ede675866355d34ac9fdc1b8e047576f574bdfa2 (diff) | |
| download | dotfiles-d098e94ad102da9d018acca72ca5a5c554d25a01.tar.gz dotfiles-d098e94ad102da9d018acca72ca5a5c554d25a01.zip | |
Update paths n stuff
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 796be5d..3293201 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,18 @@ [submodule "tmux/.tmux/plugins/tpm"] - path = tmux/.tmux/plugins/tpm + path = dots/tmux/.tmux/plugins/tpm url = https://github.com/tmux-plugins/tpm shallow = true [submodule "alacritty/.config/alacritty/alacritty-theme"] - path = alacritty/.config/alacritty/alacritty-theme + path = dots/alacritty/.config/alacritty/alacritty-theme url = https://github.com/alacritty/alacritty-theme shallow = true [submodule "zsh/.config/zsh/plugins/zsh-autosuggestions"] - path = zsh/.config/zsh/plugins/zsh-autosuggestions + path = dots/zsh/.config/zsh/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions shallow = true [submodule "zsh/.config/zsh/plugins/zsh-syntax-highlighting"] - path = zsh/.config/zsh/plugins/zsh-syntax-highlighting + path = dots/zsh/.config/zsh/plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting shallow = true |
