Skip to content

kkato/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

macOS向けの個人的なdotfiles設定です。

構成

.
├── .zshrc              # Zsh設定
├── .gitconfig          # Git設定
├── .config/
│   └── starship.toml   # Starshipプロンプト設定
├── .claude/
│   ├── CLAUDE.md       # Claudeグローバル指示
│   ├── settings.json   # Claude Code設定
│   ├── statusline.sh   # Claude Codeステータスライン
│   ├── hooks/          # Claude Codeフック
│   └── skills/         # Claude Codeカスタムスキル
├── .codex/
│   └── config.toml     # Codex CLI設定
└── install.sh          # セットアップスクリプト

前提条件

セットアップ

# リポジトリをクローン
git clone https://github.com/kkato/dotfiles.git ~/dotfiles
cd ~/dotfiles

# セットアップスクリプトを実行
./install.sh

主な機能

カスタマイズ

個人的な設定(機密情報など)は ~/.zshrc.local に追記してください:

# ~/.zshrc.local の例
export CUSTOM_VAR="your_value"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors

Languages