18 lines
308 B
YAML
18 lines
308 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
|