#!/bin/bash for package in git vim bash .config; do stow -t $HOME $package done