How to get current dot's directory #111
-
If I wanted to execute a custom install script that is stored in the dot's directory, how can I find it? |
Beta Was this translation helpful? Give feedback.
Answered by
volllly
Oct 3, 2022
Replies: 1 comment 1 reply
-
Hey, you could do it like that: installs: "{{ config.dotfiles }}/{{ name }}/install.ps1"
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AdamYellen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, you could do it like that:
config.dotfiles
is the dotfiles repo path (or the default path if no path is set in the config file).name
is the name of the do (including subdirectories if its nested)