diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 19:51:11 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:41:10 +0200 |
| commit | adcc295aafec19dcedf591fcc2ece3825e28e9db (patch) | |
| tree | 5f1f1c3e1114356410a4563e6f42bf9abc8b6954 | |
| parent | 6f19e7b6c167eee2d7992d54c4c9826edf772cf4 (diff) | |
| download | dotfiles-adcc295aafec19dcedf591fcc2ece3825e28e9db.tar.gz dotfiles-adcc295aafec19dcedf591fcc2ece3825e28e9db.zip | |
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.
| -rwxr-xr-x | .local/bin/dotfiles | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
