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