diff --git a/.config/lsd/themes/kamu.yaml b/.config/lsd/colors.yaml similarity index 100% rename from .config/lsd/themes/kamu.yaml rename to .config/lsd/colors.yaml diff --git a/.config/lsd/config.yaml b/.config/lsd/config.yaml index 427bdb1..7b50adb 100644 --- a/.config/lsd/config.yaml +++ b/.config/lsd/config.yaml @@ -17,7 +17,7 @@ color: # 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 + theme: custom # == Sorting == sorting: diff --git a/kfg b/kfg index e0b262a..3ce33af 100755 --- a/kfg +++ b/kfg @@ -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 {