dotfiles/dotfiles.yml

15 lines
202 B
YAML

---
- name: Set up development machine
hosts: localhost
roles:
- bin
- bash
- dircolors
- git
- hushlogin
- mintty
- python
- readline
- ssh
- tmux
- vim