Skip to content

Commit 185cb7d

Browse files
Updates
1 parent 30243c6 commit 185cb7d

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

docs/dev/create-project.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Create a .dotinst for your project
22

3-
Now it's time to create a `.dotinst` file for your project. This `.dotinst` will be configured for your development workflow and should be stored in the dev folder of your project directory.
3+
Now it's time to create a `.dotinst` file for your project. This `.dotinst` will be configured for your development workflow. Add DEV to your configuration name to make sure that it's a Dev configuration.
44

5-
![image](/addproject.jpg)
5+
Please use the following format for your id:
6+
7+
```sh
8+
com.yourname.dotfilesname
9+
```
10+
> [!IMPORTANT]
11+
> Avoid using spaces in your dotfiles ID.
12+
13+
Click on "Save As" and save your configuration into the dev folder of your project directory.
14+
15+
![image](/addproject.jpg)
16+
17+
Then install your dev configuration by loading the new local `.dotinst` file. Enter the path into the Load configuration entry field:
18+
19+
```sh
20+
Projects/yourdotfiles/dev/com.your.dotfiles
21+
```
22+
Run the installation to activate your development configuration.

0 commit comments

Comments
 (0)