diff --git a/server_scripts/auto_server_setup.sh b/server_scripts/auto_server_setup.sh index 6082f62..24e9c5a 100644 --- a/server_scripts/auto_server_setup.sh +++ b/server_scripts/auto_server_setup.sh @@ -100,7 +100,8 @@ chsh -s "$(command -v zsh)" "$SERVER_USER" next "🎨 Oh-My-Posh + Meslo" curl -fsSL https://ohmyposh.dev/install.sh | bash -s -- -d /usr/local/bin -oh-my-posh font install meslo --path /usr/local/share/fonts +# Instalar la fuente Meslo Nerd Font (system-wide al correr como root) +oh-my-posh font install meslo fc-cache -f sudo -u "$SERVER_USER" mkdir -p "/home/$SERVER_USER/.poshthemes"