Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 592 Bytes

File metadata and controls

30 lines (20 loc) · 592 Bytes

Chezmoi-managed configuration files

Prerequisits

Create the main configuration in ~/.config/chezmoi/chezmoi.yaml:

data:
  git:
    email: ""     # git email address
    name: ""      # git username
# Optionally, set Neovim as the merge tool
merge:
  command: "nvim"
  args: ["-d"]

Package requirements

To ensure that everything works seamlessly, install the following packages: