Skip to content

filiptoma/temeraf-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

TEMERAF zsh theme

My custom zsh theme with return codes, timestamp and minimal git support.

obrázok

How to apply TEMERAF theme

Clone this repo and cd into it.

Then move TEMERAF theme into your zsh themes.

$ mv temeraf.zsh-theme $ZSH/themes

Modify ZSH_THEME="temeraf" in your .zshrc file.

$ vim ~/.zshrc

Restart zsh for changes to apply. Also delete cloned repository.

How to install zsh with Oh My Zsh

First, install zsh itself (I use apt, feel free to use whatever else).

$ sudo apt install zsh

You will need git and curl.

$ sudo apt install git curl

Next, install Oh My Zsh via the command line.

$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Done.

About

My custom zsh prompt theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages