From d528393df62d118e207dea9a72b866aac5acb829 Mon Sep 17 00:00:00 2001 From: Miha Rekar Date: Mon, 3 Nov 2025 10:19:54 +0100 Subject: [PATCH] Do not create eza theme symlink (#3092) --- install/config/theme.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/config/theme.sh b/install/config/theme.sh index e88cc748..a4ed8b3e 100644 --- a/install/config/theme.sh +++ b/install/config/theme.sh @@ -20,9 +20,6 @@ ln -snf ~/.config/omarchy/current/theme/btop.theme ~/.config/btop/themes/current mkdir -p ~/.config/mako ln -snf ~/.config/omarchy/current/theme/mako.ini ~/.config/mako/config -mkdir -p ~/.config/eza -ln -snf ~/.config/omarchy/current/theme/eza.yml ~/.config/eza/theme.yml - # Add managed policy directories for Chromium and Brave for theme changes sudo mkdir -p /etc/chromium/policies/managed sudo chmod a+rw /etc/chromium/policies/managed