https://github.com/krak3n/zsh-theme
My ZSH Theme
https://github.com/krak3n/zsh-theme
Last synced: 9 months ago
JSON representation
My ZSH Theme
- Host: GitHub
- URL: https://github.com/krak3n/zsh-theme
- Owner: krak3n
- License: unlicense
- Created: 2019-04-04T08:22:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T10:31:58.000Z (over 2 years ago)
- Last Synced: 2025-02-24T04:31:52.083Z (9 months ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - krak3n - Shows golang version and the current `git` branch. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - krak3n - Shows golang version and the current `git` branch. (Themes / ZSH on Windows)
- awesome-zsh-plugins - krak3n - Shows golang version and the current `git` branch. (Themes / Zinit (née zplugin))
README
# ZSH Theme
This is my ZSH theme.
## Dependencies
* A Font with Nerd Fonts embedded, for example Nerd Hack Font: https://github.com/ryanoasis/nerd-fonts
## Install
### ZGen
Use `zgen` to install this as a plugin, for example:
```zsh
if ! zgen saved; then
zgen load krak3n/zsh-theme krak3n.zsh-theme
fi
```
### oh-my-zsh
You can of course also clone the repository and symlink into the theme directory like `~/.oh-my-zsh/themes/`.
```bash
ln -s krak3n.zsh-theme ~/.oh-my-zsh/themes/
```
Then set your theme in your `~/.zshrc`:
```zsh
ZSH_THEME=krak3n
```
## Screenshots
### Terminal with Golang Version and Git Branch
![Golang Version with Git Branch][screen1]
[screen1]: images/screen1.png "Golang Version with Git Branch"