Skip to content

Zsh#6

Draft
u110 wants to merge 11 commits into
masterfrom
zsh
Draft

Zsh#6
u110 wants to merge 11 commits into
masterfrom
zsh

Conversation

@u110

@u110 u110 commented Oct 1, 2025

Copy link
Copy Markdown
Owner

No description provided.

u110 and others added 11 commits October 1, 2025 09:37
dotfilesリポジトリの構造、セットアップ方法、開発ガイドラインを
Claude Codeが参照できるように日本語でドキュメント化

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
zsh環境への移行に伴い、以下のbash関連ファイルを削除:
- _bashrc
- _git-completion.bash
- .git-prompt.sh

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
zsh環境への移行のため、zsh設定ファイルを追加:
- PATH設定
- Homebrew連携(zsh-completions, zsh-autosuggestions, zsh-git-prompt)
- Gitプロンプト統合
- エイリアス設定(python, rm, cp, mv, vi, ls系, cc, color)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
zsh環境への移行に伴いMakefileを更新:
- bash_profileタスクを削除
- zshrcタスクを追加
- setupタスクに'zshrc'を追加

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
zsh環境への移行に伴いドキュメントを更新:
- セットアップコマンドをbashからzshに変更
- _bashrcの説明を_zshrcに置き換え
- zshブランチの説明を更新

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
絶対パスから相対パスに変更し、環境非依存に:
- /Users/u110/dotfiles/_gitignore → ~/dotfiles/_gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
macOSとLinux環境でPATHを適切に設定:
- macOS: Homebrew、Apple固有のパスを含む
- Linux: 標準的なLinuxパス構成

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
macOSとLinux環境で異なるプラグイン読み込み方法に対応:
- macOS: Homebrew経由でプラグインを読み込み
- Linux: /usr/share/配下から読み込み
- zsh-git-prompt非対応環境用の代替プロンプト実装

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
macOSとLinuxで異なるlsオプションに対応:
- macOS: -FG (BSD版ls)
- Linux: -F --color=auto (GNU版ls)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Ubuntu環境でのセットアップ方法と環境別の動作を追記:
- 必要なパッケージのインストール手順
- zshプラグインのインストール方法
- OS別の動作の説明(PATH、プラグイン、プロンプト、ls)
- _zshrcの説明を環境対応版に更新

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant