user_config/vars/main.yml

15 lines
305 B
YAML
Raw Permalink Normal View History

2018-12-02 20:03:41 +00:00
---
2023-01-10 19:47:04 +00:00
# vars file for user_config
user_config_home: "{% if user_config_username == 'root' %}\
/{{user_config_username}}\
{% else %}\
/home/{{user_config_username}}\
{% endif%}"
user_config_stow_module: "{% if user_config_username == 'root' %}\
zsh git vim bat\
{% else %}\
*\
{% endif %}"