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