https://github.com/murkl/starship-theme-arch-os
Arch OS Starship Theme
https://github.com/murkl/starship-theme-arch-os
arch-linux archlinux bash fish starship starship-config starship-preset starship-prompt starship-theme
Last synced: 12 days ago
JSON representation
Arch OS Starship Theme
- Host: GitHub
- URL: https://github.com/murkl/starship-theme-arch-os
- Owner: murkl
- License: mit
- Created: 2025-01-19T21:16:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-23T11:22:29.000Z (24 days ago)
- Last Synced: 2026-05-23T13:15:26.041Z (24 days ago)
- Topics: arch-linux, archlinux, bash, fish, starship, starship-config, starship-preset, starship-prompt, starship-theme
- Homepage:
- Size: 42 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arch OS Starship Theme


Legacy Version


## 1. Install Starship
```bash
sudo pacman -S starship
```
[Configure your shell](https://starship.rs/guide/#step-2-set-up-your-shell-to-use-starship)
## 2. Download Theme
```bash
curl -L https://raw.githubusercontent.com/murkl/starship-theme-arch-os/refs/heads/main/starship.toml > ~/.config/starship.toml
```
Legacy Version
```bash
curl -L https://raw.githubusercontent.com/murkl/starship-theme-arch-os/refs/heads/main/starship-legacy.toml > ~/.config/starship.toml
```
## 3. Copy to Root _(optional)_
```bash
sudo cp -f ~/.config/starship.toml /root/.config/starship.toml
```
> [!CAUTION]
> These commands replace your existing Starship configuration.


Used by [Arch OS](https://github.com/murkl/arch-os)