Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 554 Bytes

dotfiles

Various dotfiles for Kakoune, Fish, Wezterm and others. These files are managed by chezmoi.

Installation on a new machine

  1. Install chezmoi as per the installation instructions

  2. Run:

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

    (where --verbose is optional)

This will initialise Chezmoi on the new machine, check out this dotfiles repo, and apply the changes (currently all changes are applied to ~/.config/).