---
slug: "dotfiles-jungai"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/sushichan044/dotfiles@main/README.md"
repo: "https://github.com/sushichan044/dotfiles"
source_file: "README.md"
branch: "main"
---
# 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"
```
