Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 556 Bytes

File metadata and controls

25 lines (17 loc) · 556 Bytes

My dotfiles

These are my dotfiles, there's many like them but these are mine.

Requirements:

Usage:

    git clone https://github.com/rojosinalma/dotfiles
    cd dotfiles
    chezmoi init
    chezmoi execute-template < .chezmoi.yaml.tmpl > ~/.config/chezmoi/chezmoi.yaml
    chezmoi -v apply

NOTES:

  • Chezmoi doesn't allow to store its own config, so we need to copy that first.
  • You can change the sourceDir inside the chezmoi.toml file to wherever you want.