From a4d155afff80fca3e002e8f12ec17ec5aa0602e4 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sun, 30 Apr 2023 01:51:34 +0200 Subject: [PATCH] Add '.lsd.conf' --- .lsd.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .lsd.conf diff --git a/.lsd.conf b/.lsd.conf new file mode 100644 index 0000000..427bdb1 --- /dev/null +++ b/.lsd.conf @@ -0,0 +1,28 @@ +blocks: + - permission + - user + - group + - size + - date + - name + +color: + # When to colorize the output. + # When "classic" is set, this is set to "never". + # Possible values: never, auto, always + when: auto + # How to colorize the output. + # When "classic" is set, this is set to "no-color". + # Possible values: default, + # when specifying , lsd will look up theme file + # XDG Base Directory if relative, e.g. ~/.config/lsd/themes/.yaml, + # The file path if absolute + theme: kamu + +# == Sorting == +sorting: + column: name + dir-grouping: first + +no-symlink: false +symlink-arrow: ⇒ \ No newline at end of file