We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b754034 commit 21d34e2Copy full SHA for 21d34e2
docs/dotfiles.md
@@ -11,6 +11,20 @@ explains how it loads your repo.
11
12
You can read more on dotfiles best practices [here](https://dotfiles.github.io).
13
14
+## Module
15
+
16
+Coder's [dotfiles module](https://registry.coder.com/modules/dotfiles) abstracts
17
+Coder's dotfiles command into a module. This will prompt the user for their
18
+dotfiles repository URL on workspace creation using a coder_parameter.
19
20
+```hcl
21
+module "dotfiles" {
22
+ source = "registry.coder.com/modules/dotfiles/coder"
23
+ version = "~>1.0.15"
24
+ agent_id = coder_agent.example.id
25
+}
26
+```
27
28
## Templates
29
30
Templates can prompt users for their dotfiles repo using the following pattern:
0 commit comments