#!/bin/bash find . -name '*.sh' -exec chmod u+x {} \; stow -t ~/.config -v -R .config stow -t ~/.local -v -R .local stow -t ~ -v -R user