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
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.
4
4
5
-

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
+

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