# 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

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

Windows (PowerShell)

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