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