dotfiles/dotfiles.yml

18 lines
306 B
YAML

---
- name: Set up development machine
hosts: localhost
vars:
xdg_config_home: "~/.config"
xdg_cache_home: "~/.cache"
xdg_data_home: "~/.local/share"
roles:
- bash
- dircolors
#- git
#- hushlogin
#- mintty
#- python
- readline
#- ssh
#- tmux
- vim