diff options
| author | Anton Bobov <anton@bobov.name> | 2023-08-30 14:08:32 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-08-30 14:08:40 +0500 |
| commit | c141b8357436733c35861459aab52ddc15af78d7 (patch) | |
| tree | e1ecfcb2c1c43b1449f5af73aa4793b1291793cb /.gitmodules | |
| parent | 80373aefbaf6b353a938ff442ace220124d7351f (diff) | |
[mpv] Add plugins
- uosc
- sponsorblock
- thumbfast
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 43 |
1 files changed, 26 insertions, 17 deletions
diff --git a/.gitmodules b/.gitmodules index 4651a94..b63be36 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,26 +1,35 @@ [submodule "files/bin"] - path = files/bin - url = https://github.com/abobov/bin.git + path = files/bin + url = https://github.com/abobov/bin.git [submodule "zsh-completions"] - path = files/.zsh/zsh-completions - url = https://github.com/zsh-users/zsh-completions.git + path = files/.zsh/zsh-completions + url = https://github.com/zsh-users/zsh-completions.git [submodule "files/.zsh/z"] - path = files/.zsh/z - url = https://github.com/rupa/z.git + path = files/.zsh/z + url = https://github.com/rupa/z.git [submodule "files/.zsh/forgit"] - path = files/.zsh/forgit - url = https://github.com/wfxr/forgit.git + path = files/.zsh/forgit + url = https://github.com/wfxr/forgit.git [submodule "files/.zsh/grml-etc-core"] - path = files/.zsh/grml-etc-core - url = https://github.com/grml/grml-etc-core.git + path = files/.zsh/grml-etc-core + url = https://github.com/grml/grml-etc-core.git # Mutt [submodule "mutt-colors-solarized"] - path = files/.mutt/mutt-colors-solarized - url = https://github.com/altercation/mutt-colors-solarized + path = files/.mutt/mutt-colors-solarized + url = https://github.com/altercation/mutt-colors-solarized [submodule "files/.tmux/plugins/tpm"] - path = files/.tmux/plugins/tpm - url = https://github.com/tmux-plugins/tpm + path = files/.tmux/plugins/tpm + url = https://github.com/tmux-plugins/tpm [submodule "dotbot"] - path = dotbot - url = https://github.com/anishathalye/dotbot - ignore = dirty + path = dotbot + url = https://github.com/anishathalye/dotbot + ignore = dirty +[submodule "files/.config/mpv/uosc"] + path = files/.config/mpv/uosc + url = https://github.com/tomasklaen/uosc.git +[submodule "files/.config/mpv/sponsorblock"] + path = files/.config/mpv/sponsorblock + url = https://github.com/po5/mpv_sponsorblock.git +[submodule "files/.config/mpv/thumbfast"] + path = files/.config/mpv/thumbfast + url = https://github.com/po5/thumbfast.git |
