about summary refs log tree commit diff
path: root/pulseaudio/@install
blob: e391077ce66788e8d804c6fffd5d6343be4fad52 (plain) (blame)
1
2
3
4
5
6
7
8
9
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