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

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

Consider giving Nix/NixOS a try! <3