Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 823 Bytes

INSTALL.md

File metadata and controls

21 lines (13 loc) · 823 Bytes

For this theme to work well, you must have a nerd font installed.

Install using Git

If you are a git user, you can install the theme by running the command in the desired folder:

  • Bash/Zsh
git clone https://github.com/Ballerini-Theme/oh-my-posh.git && shell="$(oh-my-posh get shell)" && echo "eval \"\$(oh-my-posh init $shell --config $(pwd)/oh-my-posh/ballerini.omp.json)\"" >> ~/.$(echo $shell)rc
  • Powershell (Administrator)
git clone https://github.com/Ballerini-Theme/oh-my-posh.git; Set-ExecutionPolicy -Scope LocalMachine Bypass -Force; echo "oh-my-posh init pwsh --config \"$(pwd)\oh-my-posh\ballerini.omp.json\" | Invoke-Expression" >> $PROFILE

After this, reload your profile for the changes to take effect.