#!/bin/sh mkdir -p ~/.local/bin # README.md and LICENSE are redundant, stow ignores them by default stow -v "$(dirname "$0")" -t ~/.local/bin --ignore='.*\.sh$|\.jj|README.md|LICENSE'