about summary refs log tree commit diff
path: root/streamlink
diff options
context:
space:
mode:
Diffstat (limited to 'streamlink')
-rw-r--r--streamlink/.local/etc/streamlink/config3
-rwxr-xr-xstreamlink/@install10
2 files changed, 13 insertions, 0 deletions
diff --git a/streamlink/.local/etc/streamlink/config b/streamlink/.local/etc/streamlink/config
new file mode 100644
index 0000000..cdcd0c7
--- /dev/null
+++ b/streamlink/.local/etc/streamlink/config
@@ -0,0 +1,3 @@
+default-stream=1080p60,best
+player-no-close
+player=mpv
diff --git a/streamlink/@install b/streamlink/@install
new file mode 100755
index 0000000..1f6754b
--- /dev/null
+++ b/streamlink/@install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+[ ! -d "${XDG_CONFIG_HOME}/streamlink" ] && \
+    mkdir -p "${XDG_CONFIG_HOME}/streamlink"
+
+stow \
+    --target="${HOME}" \
+    --ignore="^@.*" \
+    --verbose \
+    streamlink

Consider giving Nix/NixOS a try! <3