From 6e6afd29ad6fcb3810efff983db0d20c22016cce Mon Sep 17 00:00:00 2001 From: Marco Gallegos Date: Thu, 30 Oct 2025 15:01:32 -0600 Subject: [PATCH] Update version number to v2.3 in setup script --- omarchy_zsh_setup/omarchy-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omarchy_zsh_setup/omarchy-setup.sh b/omarchy_zsh_setup/omarchy-setup.sh index af22829..774f96e 100644 --- a/omarchy_zsh_setup/omarchy-setup.sh +++ b/omarchy_zsh_setup/omarchy-setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # ============================================================================= -# OMARCHY ZSH SETUP SCRIPT v2.1 +# OMARCHY ZSH SETUP SCRIPT v2.3 # ============================================================================= # GitHub: https://github.com/marcogll/scripts_mg # Instalación: bash <(curl -fsSL https://raw.githubusercontent.com/marcogll/scripts_mg/main/omarchy_zsh_setup/omarchy-setup.sh)