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