原始内容
sushichan044/dotfiles
Setup
[!TIP] memo here https://scrapbox.io/sushichan044/dotfiles_%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9
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"