blob: 0a5db032d0b411512c0a55d2b854288bf2e8e2b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
My dotfiles managed using [chezmoi]
[chezmoi]: https://www.chezmoi.io/
> [!NOTE]
> The github mirror of this repository still includes some large unreachable
> blobs (accidentally committed wallpapers). A smaller mirror of this
> repository that does not include these blobs is available at
> <https://git.pipeframe.xyz/lonkaars/dots>.
Optional configuration can be placed in `~/.config/chezmoi/chezmoi.yaml`:
```yaml
data:
mpd:
# configure mpd as a host (i.e. use local music directory instead of satellite)
host: <bool>
# base directory to use for playlists/pid/db files
base_dir: <path>
```
|