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 lazyprodigy.zsh-theme](https://camo.githubusercontent.com/e29f8e3a3a26d3bb50b345f665c850a3cd361f1a3e6a70136e81dba6c4f5de94/687474703a2f2f706f6f6c2e647265776c757374726f2e636f6d2f696d672f6769746875622f6c617a7970726f646967792d73732e706e67)
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.
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"
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"
Edit ~/.zshrc
ZSH_THEME="lazyprodigy"
# or
ZSH_THEME="lazyprodigy-server"
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
lazyprodigy.zsh-theme
Prompt Format: # USER MACHINE DIRECTORY ♨ git:BRANCH STATE [TIME] \n $
lazyprodigy-server.zsh-theme
Prompt Format: ☎ USER ☁ MACHINE ☁ DIRECTORY ♨ git:BRANCH STATE [TIME] \n $