From e6492b971e91df8b3103d4b42c81b64f0c7cce34 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sat, 5 Apr 2025 12:21:24 +0200 Subject: [PATCH] cleaned up the codebase a bit --- .zshrc | 2 +- pin.txt => resources/pin.txt | 0 .../Setup-shell-4-containers}/alpine.sh | 0 .../Setup-shell-4-containers}/arch.sh | 0 .../Setup-shell-4-containers}/debian.sh | 0 .../Setup-shell-4-containers}/fedora.sh | 0 .../Setup-shell-4-containers}/other.sh | 0 .../Setup-shell-4-containers}/suse.sh | 0 .../Setup-shell-4-containers}/ubuntu.sh | 0 .../Setup-shell-4-containers}/void.sh | 0 base-packages => setup/deprecated/base-packages | 0 .../deprecated/hyprland-eww-wofi-installer.sh | 0 .../deprecated/hyprland-remove-for-change-to-git.sh | 0 .../deprecated/hyprland-waybar-wofi-installer.sh | 0 sway-installer.sh => setup/deprecated/sway-installer.sh | 0 update.sh => setup/deprecated/update.sh | 0 zshstuff.sh => setup/deprecated/zshstuff.sh | 0 17 files changed, 1 insertion(+), 1 deletion(-) rename pin.txt => resources/pin.txt (100%) rename {Setup-shell-4-containers => setup/Setup-shell-4-containers}/alpine.sh (100%) rename {Setup-shell-4-containers => setup/Setup-shell-4-containers}/arch.sh (100%) rename {Setup-shell-4-containers => setup/Setup-shell-4-containers}/debian.sh (100%) rename {Setup-shell-4-containers => setup/Setup-shell-4-containers}/fedora.sh (100%) rename {Setup-shell-4-containers => setup/Setup-shell-4-containers}/other.sh (100%) rename {Setup-shell-4-containers => setup/Setup-shell-4-containers}/suse.sh (100%) rename {Setup-shell-4-containers => setup/Setup-shell-4-containers}/ubuntu.sh (100%) rename {Setup-shell-4-containers => setup/Setup-shell-4-containers}/void.sh (100%) rename base-packages => setup/deprecated/base-packages (100%) rename hyprland-eww-wofi-installer.sh => setup/deprecated/hyprland-eww-wofi-installer.sh (100%) rename hyprland-remove-for-change-to-git.sh => setup/deprecated/hyprland-remove-for-change-to-git.sh (100%) rename hyprland-waybar-wofi-installer.sh => setup/deprecated/hyprland-waybar-wofi-installer.sh (100%) rename sway-installer.sh => setup/deprecated/sway-installer.sh (100%) rename update.sh => setup/deprecated/update.sh (100%) rename zshstuff.sh => setup/deprecated/zshstuff.sh (100%) diff --git a/.zshrc b/.zshrc index eaa2765..862e235 100755 --- a/.zshrc +++ b/.zshrc @@ -125,7 +125,7 @@ source $ZSH/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" fi if [ -z "${CONTAINER_ID}" ]; then - fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt + fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/resources/pin.txt fi diff --git a/pin.txt b/resources/pin.txt similarity index 100% rename from pin.txt rename to resources/pin.txt diff --git a/Setup-shell-4-containers/alpine.sh b/setup/Setup-shell-4-containers/alpine.sh similarity index 100% rename from Setup-shell-4-containers/alpine.sh rename to setup/Setup-shell-4-containers/alpine.sh diff --git a/Setup-shell-4-containers/arch.sh b/setup/Setup-shell-4-containers/arch.sh similarity index 100% rename from Setup-shell-4-containers/arch.sh rename to setup/Setup-shell-4-containers/arch.sh diff --git a/Setup-shell-4-containers/debian.sh b/setup/Setup-shell-4-containers/debian.sh similarity index 100% rename from Setup-shell-4-containers/debian.sh rename to setup/Setup-shell-4-containers/debian.sh diff --git a/Setup-shell-4-containers/fedora.sh b/setup/Setup-shell-4-containers/fedora.sh similarity index 100% rename from Setup-shell-4-containers/fedora.sh rename to setup/Setup-shell-4-containers/fedora.sh diff --git a/Setup-shell-4-containers/other.sh b/setup/Setup-shell-4-containers/other.sh similarity index 100% rename from Setup-shell-4-containers/other.sh rename to setup/Setup-shell-4-containers/other.sh diff --git a/Setup-shell-4-containers/suse.sh b/setup/Setup-shell-4-containers/suse.sh similarity index 100% rename from Setup-shell-4-containers/suse.sh rename to setup/Setup-shell-4-containers/suse.sh diff --git a/Setup-shell-4-containers/ubuntu.sh b/setup/Setup-shell-4-containers/ubuntu.sh similarity index 100% rename from Setup-shell-4-containers/ubuntu.sh rename to setup/Setup-shell-4-containers/ubuntu.sh diff --git a/Setup-shell-4-containers/void.sh b/setup/Setup-shell-4-containers/void.sh similarity index 100% rename from Setup-shell-4-containers/void.sh rename to setup/Setup-shell-4-containers/void.sh diff --git a/base-packages b/setup/deprecated/base-packages similarity index 100% rename from base-packages rename to setup/deprecated/base-packages diff --git a/hyprland-eww-wofi-installer.sh b/setup/deprecated/hyprland-eww-wofi-installer.sh similarity index 100% rename from hyprland-eww-wofi-installer.sh rename to setup/deprecated/hyprland-eww-wofi-installer.sh diff --git a/hyprland-remove-for-change-to-git.sh b/setup/deprecated/hyprland-remove-for-change-to-git.sh similarity index 100% rename from hyprland-remove-for-change-to-git.sh rename to setup/deprecated/hyprland-remove-for-change-to-git.sh diff --git a/hyprland-waybar-wofi-installer.sh b/setup/deprecated/hyprland-waybar-wofi-installer.sh similarity index 100% rename from hyprland-waybar-wofi-installer.sh rename to setup/deprecated/hyprland-waybar-wofi-installer.sh diff --git a/sway-installer.sh b/setup/deprecated/sway-installer.sh similarity index 100% rename from sway-installer.sh rename to setup/deprecated/sway-installer.sh diff --git a/update.sh b/setup/deprecated/update.sh similarity index 100% rename from update.sh rename to setup/deprecated/update.sh diff --git a/zshstuff.sh b/setup/deprecated/zshstuff.sh similarity index 100% rename from zshstuff.sh rename to setup/deprecated/zshstuff.sh