Back to Skills

Dotfiles

my dotfiles!

Other
9
0
Updated Dec 14, 2025

Installation

git clone https://github.com/sushichan044/dotfiles ~/.claude/skills/sushichan044-dotfiles

SKILL.md


# 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"
```