From f969ff97c7297ca768394b89bb2ff7f054c130cc Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:52:07 +0100 Subject: [PATCH] reorganized to fix ordering with the 10nth folder --- modules/{0-library.sh => 00-library.sh} | 0 modules/{1-git.sh => 01-git.sh} | 0 modules/{2-base.sh => 02-base.sh} | 0 modules/{3-docker.sh => 03-docker.sh} | 0 modules/{4-neovim.sh => 04-neovim.sh} | 0 modules/{5-fish.sh => 05-fish.sh} | 0 modules/{6-fontconfig.sh => 06-fontconfig.sh} | 0 modules/{7-services.sh => 07-services.sh} | 0 modules/{8-gnome.sh => 08-gnome.sh} | 0 modules/{9-kitty.sh => 09-kitty.sh} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename modules/{0-library.sh => 00-library.sh} (100%) rename modules/{1-git.sh => 01-git.sh} (100%) rename modules/{2-base.sh => 02-base.sh} (100%) rename modules/{3-docker.sh => 03-docker.sh} (100%) rename modules/{4-neovim.sh => 04-neovim.sh} (100%) rename modules/{5-fish.sh => 05-fish.sh} (100%) rename modules/{6-fontconfig.sh => 06-fontconfig.sh} (100%) rename modules/{7-services.sh => 07-services.sh} (100%) rename modules/{8-gnome.sh => 08-gnome.sh} (100%) rename modules/{9-kitty.sh => 09-kitty.sh} (100%) diff --git a/modules/0-library.sh b/modules/00-library.sh similarity index 100% rename from modules/0-library.sh rename to modules/00-library.sh diff --git a/modules/1-git.sh b/modules/01-git.sh similarity index 100% rename from modules/1-git.sh rename to modules/01-git.sh diff --git a/modules/2-base.sh b/modules/02-base.sh similarity index 100% rename from modules/2-base.sh rename to modules/02-base.sh diff --git a/modules/3-docker.sh b/modules/03-docker.sh similarity index 100% rename from modules/3-docker.sh rename to modules/03-docker.sh diff --git a/modules/4-neovim.sh b/modules/04-neovim.sh similarity index 100% rename from modules/4-neovim.sh rename to modules/04-neovim.sh diff --git a/modules/5-fish.sh b/modules/05-fish.sh similarity index 100% rename from modules/5-fish.sh rename to modules/05-fish.sh diff --git a/modules/6-fontconfig.sh b/modules/06-fontconfig.sh similarity index 100% rename from modules/6-fontconfig.sh rename to modules/06-fontconfig.sh diff --git a/modules/7-services.sh b/modules/07-services.sh similarity index 100% rename from modules/7-services.sh rename to modules/07-services.sh diff --git a/modules/8-gnome.sh b/modules/08-gnome.sh similarity index 100% rename from modules/8-gnome.sh rename to modules/08-gnome.sh diff --git a/modules/9-kitty.sh b/modules/09-kitty.sh similarity index 100% rename from modules/9-kitty.sh rename to modules/09-kitty.sh