Starship.toml

: Use the global format variable to define which modules appear and in what order.

The starship.toml file uses TOML syntax to define the order and style of information in your terminal prompt. starship.toml

: If you don't want to write everything from scratch, Starship offers Presets like "No-Runtime-Versions" or "Tokyo Night" that you can copy-paste into your file. Configuration - Starship : Use the global format variable to define

: If you want to use special characters like $ , [ , or ] , you must escape them (e.g., \$ ) to prevent Starship from interpreting them as variables. Example Configuration you must escape them (e.g.

: Each prompt element (like directory , git_branch , or character ) has its own section for detailed styling.