https://github.com/ttys3/starship-config
starship custom modules
https://github.com/ttys3/starship-config
Last synced: 8 months ago
JSON representation
starship custom modules
- Host: GitHub
- URL: https://github.com/ttys3/starship-config
- Owner: ttys3
- Created: 2021-06-03T16:41:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T08:53:39.000Z (over 2 years ago)
- Last Synced: 2025-02-02T04:04:01.209Z (over 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starship-config
starship config with custom modules
## Installation
0. Prerequisites
A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal (the example uses JetBrains Mono Nerd Font)
1. Setup starship
```shell
git clone https://github.com/ttys3/starship-config
cd starship-config
make install
# custom module helper tools installation
# os-icon.linux_amd64 is for Linux amd64
# select the correct binary for your os here: https://github.com/ttys3/starship-config/releases/tag/v0.2.0
sudo curl -fL https://github.com/ttys3/starship-config/releases/download/v0.2.0/os-icon.linux_amd64 -o /usr/local/bin/os-icon
# Make the binary executable:
sudo chmod a+x /usr/local/bin/os-icon
```
2. Config zsh to use starship prompt
just add `eval "$(starship init zsh)"` to your `~/.zshrc` file
---------------------------------------------
## Screenshot

