about summary refs log tree commit diff
path: root/youtube-dl/@install
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xyoutube-dl/@install10
1 files changed, 10 insertions, 0 deletions
diff --git a/youtube-dl/@install b/youtube-dl/@install
new file mode 100755
index 0000000..4a90a65
--- /dev/null
+++ b/youtube-dl/@install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+[ ! -d "${XDG_CONFIG_HOME}/youtube-dl" ] && \
+    mkdir -p "${XDG_CONFIG_HOME}/youtube-dl"
+
+stow \
+    --target="${HOME}" \
+    --ignore="^@.*" \
+    --verbose \
+    youtube-dl

Consider giving Nix/NixOS a try! <3