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