https://github.com/cdubos-fr/gallifrey-war
Oh-My-Zsh theme inspired by gallifrey legacy theme
https://github.com/cdubos-fr/gallifrey-war
Last synced: about 1 year ago
JSON representation
Oh-My-Zsh theme inspired by gallifrey legacy theme
- Host: GitHub
- URL: https://github.com/cdubos-fr/gallifrey-war
- Owner: cdubos-fr
- License: mit
- Created: 2023-03-30T15:38:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T16:04:21.000Z (over 2 years ago)
- Last Synced: 2025-04-06T11:14:25.405Z (over 1 year ago)
- Language: Shell
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - gallifrey-war - Inspired by [gallifrey](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#gallifrey). Includes decorators for `git` information, user@host and current directory. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - gallifrey-war - Inspired by <b><code> ?⭐</code></b> <b><code> ?🍴</code></b> [gallifrey](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#gallifrey)). Includes decorators for `git` information, user@host and current directory. (Themes / ZSH on Windows)
README
- [gallifrey-war](#gallifrey-war)
- [**__Oh-My-Zsh__**](#oh-my-zsh)
- [Demo](#demo)
- [Installation](#installation)
- [**__Starship__**](#starship)
- [Demo](#demo-1)
- [Installation](#installation-1)
# gallifrey-war
[Oh-My-Zsh](https://ohmyz.sh/) and [Starship](https://starship.rs/) theme inspired by
[`gallifrey` theme](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#gallifrey)
## **__Oh-My-Zsh__**

### Demo

### Installation
Copy `zsh-theme` file in your [Oh-My-Zsh](https://ohmyz.sh/) theme folder
```sh
$ wget https://raw.githubusercontent.com/cdubos-fr/gallifrey-war/main/gallifrey-war.zsh-theme \
-O ~/.oh-my-zsh/themes/gallifrey-war.zsh-theme
```
then, update your `.zshrc` config file:
```sh
$ vim ~/.zshrc
```
change `ZSH_THEME` variable:
```sh
ZSH_THEME="gallifrey-war"`
```
Tested on:
- `Ubuntu-20.04`
- `Ubuntu-22.04`
- `WSL 2`
## **__Starship__**

### Demo

### Installation
Copy `toml` configuration file in your `.config` folder
```sh
$ wget https://raw.githubusercontent.com/cdubos-fr/gallifrey-war/main/gallifrey-war.toml \
-O ~/.config/starship.toml
```
Tested on:
- `Ubuntu-20.04`
- `Ubuntu-22.04`
- `WSL 2`
- `MacOS Sonoma`