From 9e585273e5c5c26f83f9351e2e4a4486a3ecbb2e Mon Sep 17 00:00:00 2001 From: ItsNoellaHere <49508517+ItsNoellaHere@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:53:20 -0700 Subject: [PATCH] moved configs to sub folders --- alacritty.theme.yaml => alacritty/alacritty.theme.yaml | 0 alacritty.toml => alacritty/alacritty.toml | 0 tmux.conf => tmux/tmux.conf | 0 .zshenv => zsh/.zshenv | 0 .zshrc => zsh/.zshrc | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename alacritty.theme.yaml => alacritty/alacritty.theme.yaml (100%) rename alacritty.toml => alacritty/alacritty.toml (100%) rename tmux.conf => tmux/tmux.conf (100%) rename .zshenv => zsh/.zshenv (100%) rename .zshrc => zsh/.zshrc (100%) diff --git a/alacritty.theme.yaml b/alacritty/alacritty.theme.yaml similarity index 100% rename from alacritty.theme.yaml rename to alacritty/alacritty.theme.yaml diff --git a/alacritty.toml b/alacritty/alacritty.toml similarity index 100% rename from alacritty.toml rename to alacritty/alacritty.toml diff --git a/tmux.conf b/tmux/tmux.conf similarity index 100% rename from tmux.conf rename to tmux/tmux.conf diff --git a/.zshenv b/zsh/.zshenv similarity index 100% rename from .zshenv rename to zsh/.zshenv diff --git a/.zshrc b/zsh/.zshrc similarity index 100% rename from .zshrc rename to zsh/.zshrc