Temas varios para el prompt.
$ curl -s https://ohmyposh.dev/install.sh | bash -s
$ oh-my-posh get shell
$ oh-my-posh font install
Descarga e instalación de temas:
$ wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip -O ~/.poshthemes/themes.zip
$ unzip ~/.poshthemes/themes.zip -d ~/.poshthemes
$ chmod u+rw ~/.poshthemes/*.json
Una muestra se puede visualizar en https://ohmyposh.dev/docs/themes y una vez escogido el tema [en el ejemplo el tema "dracula"] añadir a .bashrc la linea:
eval "$(oh-my-posh --init --shell bash --config ~/.poshthemes/dracula.omp.json)"
$ $ oh-my-posh upgrade