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

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

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

Consider giving Nix/NixOS a try! <3