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

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

Consider giving Nix/NixOS a try! <3