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' %}\
|
2024-12-03 19:51:45 +00:00
|
|
|
zsh git nvim vim bat\
|
2023-01-10 19:47:04 +00:00
|
|
|
{% else %}\
|
|
|
|
*\
|
|
|
|
{% endif %}"
|