You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there the possibility to make dot files optional via user input?
If I'm right currently there is no option to ask for user input in the if flag right? If yes please let me know how to do it! :)
Would be cool if one could put a function for the if flag, e.g.
-link:
~/.something:
path: configs/somewhere
if: 'checkUserInput() {
# get user input
# if input yes return true
# else false
}'
The text was updated successfully, but these errors were encountered:
Is there the possibility to make dot files optional via user input?
If I'm right currently there is no option to ask for user input in the
if
flag right? If yes please let me know how to do it! :)Would be cool if one could put a function for the
if
flag, e.g.The text was updated successfully, but these errors were encountered: