1
0
Fork 0
mirror of synced 2024-11-22 00:05:34 -05:00

Updated Tips and Tricks (markdown)

Anish Athalye 2021-07-04 07:40:40 -04:00
parent ed09f8eeac
commit db247fce39

@ -37,7 +37,8 @@ meta/profiles/
In a profile you specify the configurations you want to install (one per line, without `.yaml`).
#### 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`
```bash