Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 754 Bytes

File metadata and controls

37 lines (26 loc) · 754 Bytes

Dotfiles and stuff End-to-End Tests

Managed with chezmoi.

Requirements

chezmoi
git
zsh
vim or neovim

Install

Install chezmoi with your OS package manager, then apply this repo:

chezmoi init --apply https://github.com/optix2000/dotfiles.git

The legacy installer remains as a thin wrapper around the same command:

./setup.sh

Daily Use

chezmoi cd
chezmoi diff
chezmoi apply
chezmoi update --refresh-externals

Set CHEZMOI_SKIP_VIM_PLUG=1 before applying if you want to skip the Vim plugin update script.