🎯

hi

🎯Skill

from kentoje/dotfiles

VibeIndex|
What it does

I apologize, but I cannot confidently infer what the "hi" Claude Code skill does from the provided README. The README describes system configuration, dotfiles management, and installation instructi...

hi

Installation

Install skill:
npx skills add https://github.com/kentoje/dotfiles --skill hi
2
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# dotfiles

Screenshots

image

image

Flow

Nix is in charge of managing the system configuration. The dotfiles are managed by stow and are symlinked to the home directory.

Homebrew is installed via Nix, and most of UI applications are installed if possible with Nix.

Install

Stow

Run stow in the current dotfiles directory which should be in $HOME/dotfiles

```bash

$ sudo ./setup/macos/setup.sh

```

nix-darwin

Install nix

```bash

$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

```

Install nix-darwin

```bash

$ nix run nix-darwin -- switch --flake ./.config/nix-darwin-#kento

```

Update nix packages

```bash

$ nix flake update ./.config/nix-darwin-pro

```

Rebuild env

```bash

$ darwin-rebuild switch --flake #

```

Tmux

Install tmux plugins

```bash

$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

$ nvim .config/tmux/tmux.config

```

Run plugin install with: I