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

https://github.com/brandaoplaster/explorator-zsh

Theme for zsh
https://github.com/brandaoplaster/explorator-zsh

theme zsh

Last synced: about 1 month ago
JSON representation

Theme for zsh

Awesome Lists containing this project

README

          

## **explorator.zsh-theme**

A custom **Zsh** theme designed for a clean and intuitive terminal experience.

### **📥 Installation**

1. **Clone the repository** (or download the file):
```sh
git clone https://github.com/brandaoplaster/explorator-zsh.git
```

2. **Copy the theme to your Zsh themes folder**:
```sh
cp explorator.zsh-theme ~/.oh-my-zsh/custom/themes/
```

3. **Edit your `.zshrc`** and set the theme:
```sh
ZSH_THEME="explorator"
```

4. **Restart your terminal or reload Zsh**:
```sh
source ~/.zshrc
```

### **🎨 Features**
✅ Displays username and hostname
✅ Shows the current directory in a formatted way
✅ Indicates the exit status of the last command
✅ Supports Git

### **📄 License**
This theme is open-source and available under the [MIT](LICENSE) license.