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
- Host: GitHub
- URL: https://github.com/brandaoplaster/explorator-zsh
- Owner: brandaoplaster
- License: mit
- Created: 2025-02-09T20:59:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T21:07:50.000Z (over 1 year ago)
- Last Synced: 2025-07-05T23:06:39.579Z (11 months ago)
- Topics: theme, zsh
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.