An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Arch OS Starship Theme

![](./screenshot-01.png)

![](./screenshot-02.png)

Legacy Version


![](./screenshot-legacy-01.png)

![](./screenshot-legacy-02.png)

## 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.


![](https://img.shields.io/badge/MAINTAINED-YES-green?style=for-the-badge)
![](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)

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