My Oh-my-posh theme file
- Download from here:
-
MacOS:
brew install jandedobbeleer/oh-my-posh/oh-my-posh
-
Add below to either
.zshrc
or.bashrc
eval "$(oh-my-posh --init --shell zsh --config ~/gmay.omp.json)"
-
Download and install JetBrainsMono Nerd Font Mono:
https://github.com/ozyohthree/nerd-fonts/tree/master/patched-fonts/JetBrainsMono
- Install Visual Studio Code
brew install --cask visual-studio-code
cat << EOF >> ~/.zprofile
# Add Visual Studio Code (code)
export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF
-
Update Terminal Fonts to
'JetBrainsMono Nerd Font Mono'
- Windows
'JetBrainsMono NF'
- Windows
-
Install alt-tab
brew install --cask alt-tab
Updat