Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.