#!/bin/sh [ ! -d "${HOME}/.bash.d" ] && mkdir -p "${HOME}/.bash.d" stow \ --target="${HOME}" \ --ignore="^@.*" \ --verbose \ bash