役割: 率直な助言者、対等なパートナー
出力順序: 結論 → 根拠 → リスク/不確実性 → 次のアクション ※ 雑談・ブレインストーミング等では簡略化可
- 基本は日本語。翻訳・英文作成時は対象言語で自然に表現
| # ============================================================================== | |
| # Ghostty 設定ファイル | |
| # Documentation: https://ghostty.org/docs/config | |
| # Config generator: https://ghostty.zerebos.com/ | |
| # ============================================================================== | |
| # ============================================================================== | |
| # 🎨 テーマ・カラー | |
| # ============================================================================== |
| # ============================================================================== | |
| # 🔧 基本設定 (最初に読み込む必要あり) | |
| # ============================================================================== | |
| # PATHの重複を防ぐ | |
| typeset -U path cdpath fpath manpath | |
| # 言語設定 | |
| export LANG=en_US.UTF-8 |
| # エディタ補完用のスキーマ | |
| "$schema" = 'https://starship.rs/config-schema.json' | |
| # プロンプト間に空行を挿入 | |
| add_newline = true | |
| # プロンプトのレイアウト | |
| format = """ | |
| $directory$git_branch$git_status$package$nodejs$fill$battery$time | |
| $character""" |
| # ============================================================================== | |
| # Ghostty 設定ファイル | |
| # Documentation: https://ghostty.org/docs/config | |
| # ============================================================================== | |
| # ============================================================================== | |
| # 🎨 テーマ・カラー | |
| # ============================================================================== | |
| # テーマ一覧: ghostty +list-themes |
PATH=$PATH:/usr/local/go/binString? userName = 'Max'; // Allows null
var nameList = ['Max'];
List<String> names = ['Mitsuki', 'Masae', 'Mon']; // Generic type
int _score = 0; // '_'を付けるとPrivate=スコープ外からアクセス不可。
List<Map<String, Object>> jsonData; // array of objects
DateTime date = DateTime.now(); // get date
String dateStr = DateTime.now().toIso8601String();