Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 425 Bytes

dotfiles

Personal dotfiles, managed with chezmoi.

Setup

Darwin / Ubuntu

sh -c "$(curl -fsSL https://raw.githubusercontent.com/CrystalMethod/dotfiles/v2/install.sh)"

Windows

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod https://raw.githubusercontent.com/CrystalMethod/dotfiles/v2/install.ps1 | Invoke-Expression