Skip to content

drewlustro/lazyprodigy-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LazyProdigy Theme for ZSH

A theme meant for oh-my-zsh terminals with a dark background that comes in two flavors, one for local boxes and another to install on servers / remote machines so that you can easily make the distinction with many terminal windows open. lazyprodigy.zsh-theme

Installation

Note: The $ZSH environment variable must be set, most typically it is set to ~/.oh-my-zsh. If it is not set, you probably have a broken installation of oh-my-zsh.

1. Download Theme

via curl
curl -L https://github.com/drewlustro/lazyprodigy-zsh-theme/raw/master/lazyprodigy.zsh-theme > "$ZSH/themes/lazyprodigy.zsh-theme"
curl -L https://github.com/drewlustro/lazyprodigy-zsh-theme/raw/master/lazyprodigy-server.zsh-theme > "$ZSH/themes/lazyprodigy-server.zsh-theme"
via wget
wget --no-check-certificate https://github.com/drewlustro/lazyprodigy-zsh-theme/raw/master/lazyprodigy.zsh-theme -O "$ZSH/themes/lazyprodigy.zsh-theme"
wget --no-check-certificate https://github.com/drewlustro/lazyprodigy-zsh-theme/raw/master/lazyprodigy-server.zsh-theme -O "$ZSH/themes/lazyprodigy-server.zsh-theme"

2. Config ZSH To Use LazyProdigy

Edit ~/.zshrc

ZSH_THEME="lazyprodigy"
# or
ZSH_THEME="lazyprodigy-server"

3. Customize Machine Name (optional)

LazyProdigy will first check for the presence of ~/.box-name for the machine name. Otherwise, it will use the result of system command hostname -s


Screenshots

lazyprodigy.zsh-theme

Prompt Format: # USER MACHINE DIRECTORY ♨ git:BRANCH STATE [TIME] \n $ lazyprodigy.zsh-theme

lazyprodigy-server.zsh-theme

Prompt Format: ☎ USER ☁ MACHINE ☁ DIRECTORY ♨ git:BRANCH STATE [TIME] \n $ lazyprodigy-server.zsh-theme

About

Lazy Prodigy Terminal Theme for ZSH

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published