dotfiles/deploy-all.sh

3 lines
83 B
Bash
Raw Normal View History

2021-01-19 02:19:05 -06:00
#! /bin/sh
for file in *; do [ -d "$file" ] && stow "$file" --target="$HOME"; done