diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-11 20:39:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-11 20:39:10 -0300 |
commit | 928137103722c0f9317c8f46d53505ed807bd4af (patch) | |
tree | 46c4f8131951ff5523652a8aef9575d8c95836c1 | |
parent | 978063a6afbf63ebdeadb7d4cf4e542f517cb204 (diff) | |
download | dotfiles-928137103722c0f9317c8f46d53505ed807bd4af.tar.gz dotfiles-928137103722c0f9317c8f46d53505ed807bd4af.tar.bz2 |
Feat: adds yt-dlp module
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | modules/yt-dlp | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c805f19..bb68ffb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -115,3 +115,6 @@ [submodule "modules/nvim"] path = modules/nvim url = https://git.fluxo.info/rhatto/dotfiles/nvim +[submodule "modules/yt-dlp"] + path = modules/yt-dlp + url = https://git.fluxo.info/rhatto/dotfiles/yt-dlp diff --git a/modules/yt-dlp b/modules/yt-dlp new file mode 160000 +Subproject 7a1dbe1ad0f88ec9575707f0adb13f6d90c1720 |