From 928137103722c0f9317c8f46d53505ed807bd4af Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 11 Aug 2024 20:39:10 -0300 Subject: Feat: adds yt-dlp module --- .gitmodules | 3 +++ modules/yt-dlp | 1 + 2 files changed, 4 insertions(+) create mode 160000 modules/yt-dlp 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 index 0000000..7a1dbe1 --- /dev/null +++ b/modules/yt-dlp @@ -0,0 +1 @@ +Subproject commit 7a1dbe1ad0f88ec9575707f0adb13f6d90c1720f -- cgit v1.2.3