summary refs log tree commit diff
path: root/dot_config/lsd/config.yaml
blob: 852a2af78abc34d005209f13856d4f0bbc95df9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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: →