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

https://github.com/freakinu/classic-zsh-theme

A classic *nix prompt zsh theme
https://github.com/freakinu/classic-zsh-theme

Last synced: 3 days ago
JSON representation

A classic *nix prompt zsh theme

Awesome Lists containing this project

README

          

# classic.zsh-theme
a classic looking *nix prompt

![Shell](https://raw.githubusercontent.com/freakinu/classic-zsh-theme/main/screenshot.png)

## Install

Download the theme into [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)'s custom theme folder:

```
curl https://raw.githubusercontent.com/freakinu/classic-zsh-theme/main/classic.zsh-theme -Lo ~/.oh-my-zsh/custom/themes/classic.zsh-theme
```

Edit `~/.zshrc`:

```bash
ZSH_THEME="classic"
```