blob: 51d2d8ef886fd3298bf0b2deacabc12f288f72f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Files with dots
## Prerequisites
* [chezmoi](https://www.chezmoi.io/) for managing the dotfiles
* Functional pager for chezmoi on macOS, consider either:
* Up-to-date version of [`less`](https://formulae.brew.sh/formula/less)
* Alternative pager like [`delta`](https://formulae.brew.sh/formula/git-delta)
## Setup
* Run `chezmoi init git@dotfiles.xyz:dotfiles.git` to initialise chezmoi dotfiles.
* Run `chezmoi apply` to apply dotfiles.
* Run `chezmoi update` to update dotfiles.
|