fixed lsd colors file

This commit is contained in:
2023-10-30 18:57:05 +00:00
parent 82d50fbc1c
commit e260e76e71
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ color:
# when specifying <theme-file-name>, lsd will look up theme file
# XDG Base Directory if relative, e.g. ~/.config/lsd/themes/<theme-file-name>.yaml,
# The file path if absolute
theme: kamu
theme: custom
# == Sorting ==
sorting:

4
kfg
View File

@@ -1,7 +1,7 @@
#!/bin/bash
NAME="kfg"
VERSION="0.12"
VERSION="0.13"
HOME_PATH="$HOME"
TMP_PATH="$HOME_PATH/.tmp/kfg_install"
@@ -592,7 +592,7 @@ function p_lsd {
#install_deb_github "lsd" "lsd-rs/lsd" "lsd_VERSION_ARCH.deb"
install_rc_download lsd "lsd.rc" "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/lsd/lsd.rc"
download_config lsd "config.yaml" "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/lsd/config.yaml"
download_config lsd "themes/kamu.yaml" "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/lsd/themes/kamu.yaml"
download_config lsd "colors.yaml" "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/lsd/colors.yaml"
}
function p_zoxide {