Linux / macOS / WSL
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply sushichan044
Windows (PowerShell)
iex "&{$(irm 'https://get.chezmoi.io/ps1')} init --apply sushichan044"
Linux / macOS / WSL
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply sushichan044
Windows (PowerShell)
iex "&{$(irm 'https://get.chezmoi.io/ps1')} init --apply sushichan044"