blob: 665af95340cd04044e6a38910ce2293b0cac1586 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Files with dots
## Prerequisites
* [chezmoi](https://www.chezmoi.io/) for managing the dotfiles
* Functional pager for chezmoi on macOS, consider:
* Up-to-date version of [`less`](https://formulae.brew.sh/formula/less)
* Additional pager wrapper like [`delta`](https://formulae.brew.sh/formula/git-delta)
* Python, in order to generate certain configurations
## 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.
|