Customized shell prompt theme that I use.
Clone the repo, move theme.omp.json
to some folder, e.g. ~/.config/oh-my-posh/themes/
:
mkdir -p ~/.config/oh-my-posh/themes
git clone https://github.com/Trent-Fellbootman/oh-my-posh-hacker-bubbles-theme.git
mv oh-my-posh-hacker-bubbles-theme/theme.omp.json ~/.config/oh-my-posh/themes/
Then add this to your .zshrc/.bashrc
# zsh
eval "$(oh-my-posh init zsh --config ~/.config/oh-my-posh/themes/custom.omp.json)"
# bash
eval "$(oh-my-posh init bash --config ~/.config/oh-my-posh/themes/custom.omp.json)"