From 6385b966e81211537b3721314a229a3534a2498c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Nov 2025 19:09:50 +0100 Subject: [PATCH] No longer using eza themeing --- migrations/1756372498.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 migrations/1756372498.sh diff --git a/migrations/1756372498.sh b/migrations/1756372498.sh deleted file mode 100644 index 40ba5ad6..00000000 --- a/migrations/1756372498.sh +++ /dev/null @@ -1,8 +0,0 @@ -echo "Add eza themeing" - -mkdir -p ~/.config/eza - -if [ -f ~/.config/omarchy/current/theme/eza.yml ]; then - ln -snf ~/.config/omarchy/current/theme/eza.yml ~/.config/eza/theme.yml -fi -