fix: add --force flag to Meslo LG Nerd Font installation

This commit is contained in:
Marco Gallegos
2025-11-20 22:44:56 -06:00
parent 406313e975
commit bb486f5ed6

View File

@@ -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
}