From adcc295aafec19dcedf591fcc2ece3825e28e9db Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 18 May 2026 19:51:11 +0200 Subject: fix: make ranger glib2 dependency explicit It's pulled transitively by plasma-workspace so it's not strictly necessary on KDE, but it's cleaner. --- .local/bin/dotfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 185fdcd..3a4dba3 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -84,7 +84,7 @@ sync) bash # shell bash-completion # collection of bash completions fzf # fuzzy finder - ranger # file explorer + ranger glib2 # file explorer (and dependency) bat # syntax highlighter python-pipx # Python apps environment wl-clipboard # Wayland clipboard -- cgit v1.3.1