started lsd config

This commit is contained in:
scbj
2024-09-21 13:08:41 +02:00
parent eb3dbcfe2e
commit 0dcaa7c710
4 changed files with 103 additions and 8 deletions

View File

@@ -0,0 +1,38 @@
user: 230
group: 187
permission:
read: 16
write: dark_yellow
exec: dark_red
exec-sticky: 5
no-access: 245
octal: 6
acl: dark_cyan
context: cyan
date:
hour-old: dark_yellow
day-old: dark_yellow
older: dark_yellow
size:
none: 245
small: 229
medium: 216
large: 172
inode:
valid: 13
invalid: 245
links:
valid: 13
invalid: 245
tree-edge: 245
git-status:
default: 245
unmodified: 245
ignored: 245
new-in-index: dark_green
new-in-workdir: dark_green
typechange: dark_yellow
deleted: dark_red
renamed: dark_green
modified: dark_yellow
conflicted: dark_red

View File

@@ -29,7 +29,6 @@ color:
# Possible values: default, custom # Possible values: default, custom
# When "custom" is set, lsd will look in the config directory for `colors.yaml`. # When "custom" is set, lsd will look in the config directory for `colors.yaml`.
theme: custom theme: custom
theme-file-name: zegonix
# == Date == # == Date ==
# This specifies the date format for the date column. The freeform format # This specifies the date format for the date column. The freeform format
@@ -54,7 +53,7 @@ icons:
# When to use icons. # When to use icons.
# When "classic" is set, this is set to "never". # When "classic" is set, this is set to "never".
# Possible values: always, auto, never # Possible values: always, auto, never
when: auto when: never
# Which icon theme to use. # Which icon theme to use.
# Possible values: fancy, unicode # Possible values: fancy, unicode
theme: fancy theme: fancy
@@ -95,20 +94,20 @@ size: default
# == Permission == # == Permission ==
# Specify the format of the permission column # Specify the format of the permission column
# Possible value: rwx, octal, attributes (windows only), disable # Possible value: rwx, octal, attributes (windows only), disable
# permission: rwx permission: octal
# == Sorting == # == Sorting ==
sorting: sorting:
# Specify what to sort by. # Specify what to sort by.
# Possible values: extension, name, time, size, version # Possible values: extension, name, time, size, version
column: name column: extension
# Whether to reverse the sorting. # Whether to reverse the sorting.
# Possible values: false, true # Possible values: false, true
reverse: false reverse: false
# Whether to group directories together and where. # Whether to group directories together and where.
# When "classic" is set, this is set to "none". # When "classic" is set, this is set to "none".
# Possible values: first, last, none # Possible values: first, last, none
dir-grouping: none dir-grouping: first
# == No Symlink == # == No Symlink ==
# Whether to omit showing symlink targets # Whether to omit showing symlink targets
@@ -127,7 +126,7 @@ hyperlink: never
# == Symlink arrow == # == Symlink arrow ==
# Specifies how the symlink arrow display, chars in both ascii and utf8 # Specifies how the symlink arrow display, chars in both ascii and utf8
symlink-arrow: symlink-arrow: '->'
# == Header == # == Header ==
# Whether to display block headers. # Whether to display block headers.
@@ -144,6 +143,6 @@ literal: false
# number of characters. # number of characters.
truncate-owner: truncate-owner:
# Number of characters to keep. By default, no truncation is done (empty value). # Number of characters to keep. By default, no truncation is done (empty value).
after: after: 6
# String to be appended to a name if truncated. # String to be appended to a name if truncated.
marker: "" marker: ".."

View File

@@ -0,0 +1,20 @@
name:
.trash: ' '
.cargo: ' '
.emacs.d: ' '
a.out: ' '
extension:
go: ' '
hs: ' '
rs: '🦀 '
filetype:
dir: ' '
file: '📄 '
pipe: '📩 '
socket: '󰆨 '
executable: ' '
symlink-dir: ' '
symlink-file: ' '
device-char: ' '
device-block: '󰜫 '
special: ' '

View File

@@ -0,0 +1,38 @@
user: 230
group: 187
permission:
read: cyan
write: dark_yellow
exec: dark_red
exec-sticky: 5
no-access: 245
octal: 6
acl: dark_cyan
context: cyan
date:
hour-old: 40
day-old: 42
older: 36
size:
none: 245
small: 229
medium: 216
large: 172
inode:
valid: 13
invalid: 245
links:
valid: 13
invalid: 245
tree-edge: 245
git-status:
default: 245
unmodified: 245
ignored: 245
new-in-index: dark_green
new-in-workdir: dark_green
typechange: dark_yellow
deleted: dark_red
renamed: dark_green
modified: dark_yellow
conflicted: dark_red