#!/usr/bin/env bash apply_dotfile() { directory_to_stow="${1}" stow -D -d "${directory_to_stow}" -t "${HOME}" } apply_dotfile bash apply_dotfile sh apply_dotfile readline apply_dotfile vim apply_dotfile ruby apply_dotfile python apply_dotfile ssh