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