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