My oh-my-zsh
theme, based on robbyrussell.
# $CODE is where ever you keep your code (or change to `~/code` if you prefer)
git clone https://github.com/zrosenbauer/zrosenbauer.zsh-theme.git ~/$CODE/zrosenbauer
cd ~/$CODE/zrosenbauer
yarn copy # you can also run `node copy.mjs` if you don't have yarn installed
vim ~/.zshrc
Add the following line to the file:
ZSH_THEME="zrosenbauer" # you might need to replace the existing line
I love the look of the robbyrussell
theme, but I got tired of trying to figure out which packages
directory I was in. So I tweaked it to show the current directory instead, relative to the root of the git repo.