16 lines
627 B
Markdown
16 lines
627 B
Markdown
# TerminalPolyjuice
|
|
|
|
[](https://github.com/trekhleb/state-of-the-art-shitcode)
|
|
|
|
Automatically configure terminal according to my habits.
|
|
|
|
## For `ZSH`
|
|
Using `Oh-My-ZSH` framework to manage plugins, and `Starship` to customize prompt.
|
|
|
|
```shell
|
|
git clone https://gitea.meip.work/gwbeip/TerminalPolyjuice.git $HOME/.TerminalPolyjuice
|
|
cd $HOME/.TerminalPolyjuice/zsh
|
|
zsh polyjuice.sh install_ohmyzsh config_starship check
|
|
```
|
|
|
|
`zsh/p10k.zsh` includes the configuration for execution time when using `powerlevel10k` |