https://github.com/remusearthshaker/earthshaker.zsh
Earthshaker theme for zsh
https://github.com/remusearthshaker/earthshaker.zsh
Last synced: 12 days ago
JSON representation
Earthshaker theme for zsh
- Host: GitHub
- URL: https://github.com/remusearthshaker/earthshaker.zsh
- Owner: remusearthshaker
- Created: 2025-04-25T19:10:09.000Z (21 days ago)
- Default Branch: master
- Last Pushed: 2025-04-25T19:20:35.000Z (21 days ago)
- Last Synced: 2025-04-25T20:29:55.029Z (21 days ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- trackawesomelist - earthshaker (⭐1) - A minimalist, earthy ZSH theme designed for developers who prefer warmth, subtle power, and a grounded aesthetic. Includes decorators for current directory, `git` status and username\@hostname. (Recently Updated / [May 03, 2025](/content/2025/05/03/README.md))
README
# Earthshaker ZSH Theme
A minimalist, earthy ZSH theme designed for developers who prefer warmth,
subtle power, and a grounded aesthetic. Built by **Remus Alexander**.
*Earthshaker* evokes quiet confidence, intentional design, and just a hint of lore.---
## 🌱 Features
- Clean single-line prompt
- Shows current working directory
- Git branch with clean/dirty status
- Earthtone color palette
- Supports Oh My Zsh
- No newlines, no clutter---
## 🎨 Color Highlights
| Element | Color Code | Description |
|---------------|------------|---------------------|
| User/Host | #d8c8b3 | Warm parchment |
| Directory | #deb769 | Golden amber |
| Git Branch | #e49b5d | Burnt copper |
| Dirty Branch | #f3b87a | Bright ochre |
| Clean Branch | #708271 | Moss green (✓) |
| Divider Text | #888878 | Soft stone gray |---
## ⚙️ Installation
1. Clone or copy the theme file:
```bash
curl -o ~/.oh-my-zsh/themes/earthshaker.zsh-theme \
https://raw.githubusercontent.com/remusearthshaker/earthshaker.zsh/main/earthshaker.zsh-theme
```2. Enable it in your `.zshrc`:
```bash
ZSH_THEME="earthshaker"
```3. Reload Zsh:
```bash
omz reload
```> ✅ Requires the `git` plugin enabled in your plugin list:
```bash
plugins=(git)
```---
## Screenshots

> screenshot shown with [earthshaker.kitty](https://github.com/remusearthshaker/earthshaker.kitty)
> and [earthshaker.hyprland](coming soon!)---
## 📜 License
Licensed under the MIT License. Use, fork, customize — just keep the vibes alive.
---
## 🌀 Part of the Earthshaker Ecosystem
This theme is part of the [Earthshaker.nvim](https://github.com/remusearthshaker/earthshaker.nvim) aesthetic toolkit.
Pair it with:
- [earthshaker.nvim](https://github.com/remusearthshaker/earthshaker.nvim)
- A nice forest wallpaper 🌲May your shell feel rooted.