1 2 3 4 5
- name: Stow dotfiles shell: cd dotfiles && for dir in *; do (stow $dir -t ~); done tags: - dotfiles