https://github.com/rubixdev/zish
A zsh theme inspired by fish
https://github.com/rubixdev/zish
zsh zsh-theme
Last synced: about 1 year ago
JSON representation
A zsh theme inspired by fish
- Host: GitHub
- URL: https://github.com/rubixdev/zish
- Owner: RubixDev
- License: mit
- Created: 2022-06-08T13:47:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T18:30:46.000Z (over 3 years ago)
- Last Synced: 2024-05-21T14:03:19.050Z (almost 2 years ago)
- Topics: zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zsh "zish" theme
This is a basic theme for zsh based on `fish`s default look. It previously lived in my [linux stuff repo](https://github.com/RubixDev/HandyLinuxStuff).

Notable differences from fish are:
- hostname is colored yellow even when not connected via ssh
- the prompt arrow is not `>`, but `»`
## Installation
To use this theme, first make sure you have `zsh` and [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) installed. For correct syntax highlighting also install the [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) plugin.
You can then download the `zish.zsh-theme` file into your `ZSH_CUSTOM` directory (`~/.oh-my-zsh/custom` by default):
```bash
curl https://raw.githubusercontent.com/RubixDev/zish/main/zish.zsh-theme -o "${ZSH_CUSTOM:-${ZSH:-$HOME/.oh-my-zsh}/custom}/themes/zish.zsh-theme"
```
**or**
```bash
wget https://raw.githubusercontent.com/RubixDev/zish/main/zish.zsh-theme -O "${ZSH_CUSTOM:-${ZSH:-$HOME/.oh-my-zsh}/custom}/themes/zish.zsh-theme"
```
Afterwards you can set `ZSH_THEME="zish"` in your `~/.zshrc`.