aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: a1827b64ef17966f158a08bb3919b021d074eca3 (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
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>
  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]>
```