This zsh theme is a fork of the bureau theme.
The appearance has not changed much, only the node.js version and git state have been rearranged for convenience.
The most important change is that the node.js version indicator now works regardless of how node.js is installed. With the firefoxic theme you can use any node.js version manager (I use volta by the way 👀), it is not bound to nvm.
Run these commands:
cd $ZSH_CUSTOM/themes
git clone [email protected]:firefoxic/firefoxic-zsh-theme.git
ln -s ./firefoxic-zsh-theme/firefoxic.zsh-theme firefoxic.zsh-themeNow specify the firefoxic theme in the ~/.zshrc file:
-ZSH_THEME="bureau"
+ZSH_THEME="firefoxic"And restart the terminal. Enjoy!

