Cómo personalizar la terminal de Linux con "Oh My Posh" | #Linux #Ubuntu



Cómo personalizar la terminal de Linux con "Oh My Posh" | #Linux #Ubuntu

Cómo personalizar la terminal de Linux con "Oh My Posh" | #Linux #Ubuntu

Hola, cómo están ?

En este vídeo les quiero enseñar a personalizar la terminal de linux con Oh My Posh.

Sitio oficial: https://ohmyposh.dev/docs

Comandos usados en el vídeo:
## Install Oh my Posh
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
sudo chmod +x /usr/local/bin/oh-my-posh

## Download the themes
mkdir ~/.poshthemes
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
rm ~/.poshthemes/themes.zip

Setup the fonts
cd ~
mkdir .fonts
unzip ~/Descargas/Meslo.zip -d ~/.fonts/Meslo
fc-cache -fv

Add on .bashrc file
eval “$(oh-my-posh –init –shell bash –config ~/.poshthemes/nombre-del-tema.omp.json)”

¿Quieres donar? puedes hacerlo en:
https://www.paypal.me/NestorPortela

— Redes sociales y contacto —
Email: [email protected]
Facebook: https://www.facebook.com/nestuxportela91
Telegram: @Nestux091
Grupo de Telegram: https://t.me/NestuxYT
Twitter: https://twitter.com/Nestux91
Instagram: nestux_091
Cuenta en Platzi: https://platzi.com/@Nestux091/
Inscríbete en Platzi usando: https://platzi.com/r/Nestux091/

Comments are closed.