From 40d6026687aa24eb04516b3221362b687eca1123 Mon Sep 17 00:00:00 2001 From: Marco Gallegos Date: Fri, 2 May 2025 12:19:52 -0600 Subject: [PATCH] Update auto_server_setup.sh --- server_scripts/auto_server_setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"