diff options
author | Alen <alen@dotfiles.xyz> | 2025-01-19 03:18:37 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2025-01-19 03:18:37 +0400 |
commit | 5b08d9ad0a973ca37f8f6407f25c01aeab03db04 (patch) | |
tree | da8d100a0b485dd1ec0045547e8fef0ec20693a5 /dot_config/lsd/config.yaml | |
parent | cbf31213ce8256a3c5b4ac9debb5eecbbf5f45be (diff) |
Add lsd config
Diffstat (limited to 'dot_config/lsd/config.yaml')
-rw-r--r-- | dot_config/lsd/config.yaml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/dot_config/lsd/config.yaml b/dot_config/lsd/config.yaml new file mode 100644 index 0000000..852a2af --- /dev/null +++ b/dot_config/lsd/config.yaml @@ -0,0 +1,52 @@ +classic: false + +blocks: + - permission + - user + - group + - size + # - size_value + - date + - name + # - inode + +color: + when: auto + theme: alen # TODO: update lsd so theme works, and then sort out theme + +date: relative # date, relative, '+<date_format>' + +dereference: false + +# display: all # all, almost-all, directory-only + +icons: + when: auto # always, auto, never + theme: fancy # fancy, unicode + separator: " " + +ignore-globs: + - .totes_secret + +indicators: true + +layout: grid # grid, tree, oneline + +recursion: + enabled: false + # How deep the recursion should go. This has to be a positive integer. Leave + # it unspecified for (virtually) infinite. + # depth: 3 + +size: default # default, short, bytes + +sorting: + column: name # extension, name, time, size, version + reverse: false + dir-grouping: first # first, last, none + +no-symlink: false + +total-size: false + +symlink-arrow: → |