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
- Host: GitHub
- URL: https://github.com/freakinu/classic-zsh-theme
- Owner: freakinu
- License: mit
- Created: 2024-02-14T04:50:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T05:15:12.000Z (almost 2 years ago)
- Last Synced: 2024-06-01T15:52:26.838Z (over 1 year ago)
- Language: Shell
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - classic - A classic unix theme with decorators for username, host, current directory and `git` status. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - classic - A classic unix theme with decorators for username, host, current directory and `git` status. (Themes / ZSH on Windows)
README
# classic.zsh-theme
a classic looking *nix prompt

## 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"
```