blob: ab8eddb68c4d797c88e09473a1fa8a974f88ed4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
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>
# override music_directory (default is satellite address or <base_dir>/music for hosts)
music_dir: <path>
# override playlist_directory (default is <base_dir>/playlists)
playlist_dir: <path>
git:
# git commit email
email: <string>
# git commit name
name: <string>
# git default branch (master)
default_branch: <string>
# commit signing gpg key id
gpg_id: <keyid>
# list of keygrips to unlock on login using pam-gnupg
pam_gnupg: <list[str]>
```
|