summaryrefslogtreecommitdiff
path: root/dot_config
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-01-18 10:15:01 +0100
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-01-18 10:15:01 +0100
commita68f2ac950283c85443ea12a450f74f59d22d183 (patch)
treeb1a042765d712b89dbd230d7c55d496a12e2e462 /dot_config
parentsh: update alias for exa, add aliases for lsd (diff)
lsd: add initial config
Diffstat (limited to '')
-rw-r--r--dot_config/lsd/config.yaml5
-rw-r--r--dot_config/lsd/themes/ansi.yaml30
2 files changed, 35 insertions, 0 deletions
diff --git a/dot_config/lsd/config.yaml b/dot_config/lsd/config.yaml
new file mode 100644
index 0000000..ad8c53f
--- /dev/null
+++ b/dot_config/lsd/config.yaml
@@ -0,0 +1,5 @@
+classic: false
+color:
+ theme: ansi
+icons:
+ when: never
diff --git a/dot_config/lsd/themes/ansi.yaml b/dot_config/lsd/themes/ansi.yaml
new file mode 100644
index 0000000..167d227
--- /dev/null
+++ b/dot_config/lsd/themes/ansi.yaml
@@ -0,0 +1,30 @@
+# exa-like
+user: yellow
+group: yellow
+permission:
+ read: yellow
+ write: red
+ exec: green
+ octal: dark_magenta
+ exec-sticky: dark_magenta
+ # TODO: no-access, acl, context
+
+date:
+ hour-old: blue
+ day-old: blue
+ older: dark_blue
+
+size:
+ none: dark_grey
+ small: dark_green
+ medium: dark_green
+ large: red
+
+# closest approximations from default theme
+inode:
+ valid: magenta
+ invalid: dark_grey
+links:
+ valid: magenta
+ invalid: dark_grey
+tree-edge: dark_grey