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

Consider giving Nix/NixOS a try! <3