Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 259 Bytes

sushichan044/dotfiles

Setup

Linux / macOS / WSL

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply sushichan044 --ssh

Windows (PowerShell)

iex "&{$(irm 'https://get.chezmoi.io/ps1')} init --apply sushichan044 --ssh"