dotfiles/stow_dotfiles.sh

9 lines
125 B
Bash
Raw Normal View History

2022-08-03 00:07:53 +00:00
#!/bin/bash
# 1. list dirs
# 2. pipe them into stow
# 3. stow them at ~
# 4. be verbose
/bin/ls -d */ | xargs stow -t ~ -v