Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 708 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 708 Bytes

dotfiles

Installation

Windows

Install scoop:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

Install chezmoi and Powershell 7 through scoop:

scoop install chezmoi pwsh

Initialize chezmoi:

chezmoi --init --appy mrcapivaro

Linux

Bootstrap chezmoi:

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