about summary refs log tree commit diff
path: root/aria2/@install
blob: 4e3a8bbcf8c542b301430b8c2ee13f691fc77ab9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

[ ! -d "${XDG_CONFIG_HOME}/aria2" ] && \
    mkdir -p "${XDG_CONFIG_HOME}/aria2"

stow \
    --target="${HOME}" \
    --ignore="^@.*" \
    --verbose \
    aria2

Consider giving Nix/NixOS a try! <3