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
| #!/bin/bash | |
| # iTerm2 다중 Claude 세션 시각화 설정 설치 스크립트 | |
| # 사용법: curl -sL <URL> | bash | |
| # 또는: bash install-iterm-session-viz.sh | |
| set -e | |
| SCRIPTS_DIR="$HOME/.claude/scripts" | |
| SETTINGS_FILE="$HOME/.claude/settings.json" |