#!/bin/sh if ! command -v "zsh" >/dev/null; then printf "%s: zsh not found, skipping...\n" "$0" exit 0 fi mkdir -p "${XDG_CACHE_HOME}/zsh" zsh -s <