https://github.com/jenssegers/palenight.zsh-theme
My custom zsh theme
https://github.com/jenssegers/palenight.zsh-theme
Last synced: 8 months ago
JSON representation
My custom zsh theme
- Host: GitHub
- URL: https://github.com/jenssegers/palenight.zsh-theme
- Owner: jenssegers
- License: mit
- Created: 2018-02-16T11:28:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T10:57:19.000Z (over 6 years ago)
- Last Synced: 2025-01-26T08:46:03.366Z (10 months ago)
- Size: 977 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zsh-plugins - palenight (jenssegers) - Allows display of host information, includes `git` branch decoration. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - palenight (jenssegers) - Allows display of host information, includes `git` branch decoration. (Themes / ZSH on Windows)
- awesome-zsh-plugins - palenight (jenssegers) - Allows display of host information, includes `git` branch decoration. (Themes / Zinit (née zplugin))
README
## Material Palenight ZSH theme

## Installation
Requires you to have [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) installed.
### Manual
```bash
wget -O ~/.oh-my-zsh/themes/palenight.zsh-theme \
https://raw.githubusercontent.com/jenssegers/palenight.zsh-theme/master/palenight.zsh-theme
```
Then go to your `~/.zshrc` file and set `ZSH_THEME="palenight"`
### Zplug
```
zplug "jenssegers/palenight.zsh-theme", as:theme
```
### Antigen
```
antigen theme jenssegers/palenight.zsh-theme palenight
```
## Configuration
There's an environment variable you can set to display your host. Simply add this to your `.zshrc`:
```bash
export ZSH_THEME_SHOW_HOST=true
```
