Updated Tips and Tricks (markdown)
parent
ed09f8eeac
commit
db247fce39
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ meta/profiles/
|
||||||
In a profile you specify the configurations you want to install (one per line, without `.yaml`).
|
In a profile you specify the configurations you want to install (one per line, without `.yaml`).
|
||||||
|
|
||||||
#### New `install` scripts
|
#### New `install` scripts
|
||||||
Then replace the `install` script with the following ones:
|
|
||||||
|
Then replace the `install` script with the following ones. **Note that these scripts depend on the `dotbot` submodule being located in `meta/dotbot`, which differs from the setup described in the Dotbot README.** If you want to move the submodule from your repository root into the `meta/` directory, you can run `mkdir meta && git mv dotbot meta/dotbot`.
|
||||||
|
|
||||||
##### `install-profile`
|
##### `install-profile`
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue