diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-02 09:55:13 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-02 09:55:13 +0200 |
| commit | d373d5f7f11591230945f8d2a7dfdf61f0574bb8 (patch) | |
| tree | 0f6ddb3c96588d5816066b263eeb8752f46a7539 | |
| parent | 060d7b6455eb9001ba16b0807849c3851b0fbe02 (diff) | |
| download | dotfiles-d373d5f7f11591230945f8d2a7dfdf61f0574bb8.tar.gz dotfiles-d373d5f7f11591230945f8d2a7dfdf61f0574bb8.zip | |
refactor(dotfiles): comment
| -rwxr-xr-x | .local/bin/dotfiles | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 4a512b6..93ec9c6 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -150,7 +150,8 @@ sync) fd # fast file finder (fzf-lua files provider) tig # Git terminal interface ripgrep # fast grep (fzf-lua live_grep provider) - ranger glib2 # file explorer (and dependency) + ranger # file explorer + glib2 # GIO library (used to trash in ranger) bat # syntax highlighter texinfo # GNU info documentation reader python-pipx # Python apps environment |
