Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 703 Bytes

File metadata and controls

26 lines (22 loc) · 703 Bytes

dotfiles

Personal configuration files for Arch Linux and macOS

First, install chezmoi Then run one of the following (HTTPS or SSH) to install these dotfiles:

chezmoi init --apply --verbose https://github.com/louisch/dotfiles.git
chezmoi init --apply --verbose git@github.com:louisch/dotfiles.git

Then to update dotfiles from remote, use

chezmoi update

You can also simply download the files without applying then first, see what changes will occur on apply, and only apply once you are satisfied with what will happen:

chezmoi init https://github.com/louisch/dotfiles.git
chezmoi diff
chezmoi apply