Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 374 Bytes

File metadata and controls

24 lines (16 loc) · 374 Bytes

My dotfiles

Managed with chezmoi.

Install

Linux / macOS

sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply jetersen

Windows

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force;
iex "&{$(irm 'https://get.chezmoi.io/ps1')} init --apply jetersen"

Update

chezmoi update