#!/usr/bin/env bash case "${MACH:=desktop}" in 'desktop') mkdir "$HOME/bin" stow -d bin/ -t "$HOME/bin" -R common dmscripts extra mkdir "$HOME/.config" stow -d config/ -t "$HOME/.config" -R essentials common extra theme X stow -d config/ -t "$HOME/" -R zshrc ;; *) break esac