From bb486f5ed6e7f7c0bc34b83373ed4e7faa7892fe Mon Sep 17 00:00:00 2001 From: Marco Gallegos Date: Thu, 20 Nov 2025 22:44:56 -0600 Subject: [PATCH] fix: add --force flag to Meslo LG Nerd Font installation --- vanity_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanity_setup.sh b/vanity_setup.sh index 6117e14..5a14360 100644 --- a/vanity_setup.sh +++ b/vanity_setup.sh @@ -69,7 +69,7 @@ install_cli_dependencies() { echo "Instalando Oh My Posh y fuentes Nerd Font…" brew tap homebrew/cask-fonts >/dev/null 2>&1 || true - brew install --cask font-meslo-lg-nerd-font + brew install --cask --force font-meslo-lg-nerd-font brew install jandedobbeleer/oh-my-posh/oh-my-posh }