From cdf613ad8ad5f7997c18c76dce8b357d4bd2109b Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Sun, 10 Aug 2025 00:44:06 -0400 Subject: [PATCH] [CHORE] moved config files to a generalized folder --- biome.json => config_files/biome.json | 0 lsd/config.yaml => config_files/lsd_config.yaml | 0 lsd/icons.yaml => config_files/lsd_icons.yaml | 0 pyrightconfig.json => config_files/pyrightconfig.json | 0 ruff.toml => config_files/ruff.toml | 0 scoop_apps.json => config_files/scoop_apps.json | 0 stylua.toml => config_files/stylua.toml | 0 wezterm.lua => config_files/wezterm.lua | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename biome.json => config_files/biome.json (100%) rename lsd/config.yaml => config_files/lsd_config.yaml (100%) rename lsd/icons.yaml => config_files/lsd_icons.yaml (100%) rename pyrightconfig.json => config_files/pyrightconfig.json (100%) rename ruff.toml => config_files/ruff.toml (100%) rename scoop_apps.json => config_files/scoop_apps.json (100%) rename stylua.toml => config_files/stylua.toml (100%) rename wezterm.lua => config_files/wezterm.lua (100%) diff --git a/biome.json b/config_files/biome.json similarity index 100% rename from biome.json rename to config_files/biome.json diff --git a/lsd/config.yaml b/config_files/lsd_config.yaml similarity index 100% rename from lsd/config.yaml rename to config_files/lsd_config.yaml diff --git a/lsd/icons.yaml b/config_files/lsd_icons.yaml similarity index 100% rename from lsd/icons.yaml rename to config_files/lsd_icons.yaml diff --git a/pyrightconfig.json b/config_files/pyrightconfig.json similarity index 100% rename from pyrightconfig.json rename to config_files/pyrightconfig.json diff --git a/ruff.toml b/config_files/ruff.toml similarity index 100% rename from ruff.toml rename to config_files/ruff.toml diff --git a/scoop_apps.json b/config_files/scoop_apps.json similarity index 100% rename from scoop_apps.json rename to config_files/scoop_apps.json diff --git a/stylua.toml b/config_files/stylua.toml similarity index 100% rename from stylua.toml rename to config_files/stylua.toml diff --git a/wezterm.lua b/config_files/wezterm.lua similarity index 100% rename from wezterm.lua rename to config_files/wezterm.lua