dotfiles/deploy-all.sh
2021-01-19 02:19:05 -06:00

3 lines
83 B
Bash
Executable File

#! /bin/sh
for file in *; do [ -d "$file" ] && stow "$file" --target="$HOME"; done