Skip to content

Commit fd0c049

Browse files
committed
edit readme.md
1 parent 34c29eb commit fd0c049

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,28 @@ eval "$(pulsarship init bash)"
6767
> `source ~/.config/fish/config.fish` or `source ~/.bashrc` or `source ~/.zshrc`
6868
6969
## 🛠 Configuration
70-
💡 Want to tweak the colors, layout, or modules?
71-
Head over to the [Wiki](https://github.com/xeyossr/pulsarship/wiki) to explore usage examples, detailed config guides, and tips on getting the most out of Pulsarship.
70+
The default config file location is `~/.config/pulsarship/pulsarship.toml`
71+
72+
Pulsarship uses TOML-based configuration:
73+
```toml
74+
prompt = ```
75+
{cwd}
76+
{character} ```
77+
78+
[cwd]
79+
format = "^(lavender)[{cwd}]^"
80+
max_length = 5
81+
82+
[character]
83+
icon = ""
84+
format = "^(peach){character}^"
85+
86+
[palette]
87+
lavender = "#b4befe"
88+
peach = "#fab387"
89+
```
90+
91+
For more information visit the [Wiki](https://github.com/xeyossr/pulsarship/wiki).
7292

7393
## 🚧 Roadmap
7494
- [x] Basic prompt rendering

0 commit comments

Comments
 (0)