/dotfiles

My personal dotfiles (powered by chezmoi)

Primary LanguageShell

Usage

Install chezmoi binary

curl -sfL https://git.io/chezmoi | sh

(other options)

Initialize dotfiles repository

~/bin/chezmoi init https://github.com/alker0/dotfiles.git

And input according to some questions for chezmoi configurations.

Apply chezmoi settings

~/bin/chezmoi apply --remove

(It is possible to dry-run with --dry-run --verbose)

More details of chezmoi

see chezmoi repository