Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 469 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 469 Bytes

Kavin's dotfiles

Usage

Installation

sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply kavinvin

Configure your local settings

Create or edit toml file at ~/.config/chezmoi/chezmoi.toml

[data.git]
  username = "your username"
  email = "your email"

Apply changes

$ chezmoi apply

Pull and apply dotfiles change from this repo

$ chezmoi update

Inspired by https://github.com/heypoom/dotfiles