summaryrefslogtreecommitdiff
path: root/tasks/dotfiles.yml
blob: cf64d9ecf329bbc3f06fdf2d691c642632f5dd99 (plain)
1
2
3
4
5

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