From c312ce7616046b1c61a2cd89a5cadab532db7d32 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 26 Sep 2023 02:45:45 +0300 Subject: [PATCH] chore(dotfiles): Update README.md --- dotfiles/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dotfiles/README.md b/dotfiles/README.md index 096c74e..afd5e23 100644 --- a/dotfiles/README.md +++ b/dotfiles/README.md @@ -10,3 +10,11 @@ tags: [helper] # Dotfiles Allow developers to optionally bring their own [dotfiles repository](https://dotfiles.github.io)! Under the hood, this module uses the [coder dotfiles](https://coder.com/docs/v2/latest/dotfiles) command. + +```hcl + +module "dotfiles" { + source = "https://registry.coder.com/modules/dotfiles" + agent_id = coder_agent.example.id +} +```