about summary refs log tree commit diff
path: root/wget/@install
blob: 75a3b2b0cb6dfe4e7e5e72fb343d1d6cb47bf50d (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

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

Consider giving Nix/NixOS a try! <3