From e260e76e714fc2a52597fc2750bb784b3d9ff797 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Mon, 30 Oct 2023 18:57:05 +0000 Subject: [PATCH] fixed lsd colors file --- .config/lsd/{themes/kamu.yaml => colors.yaml} | 0 .config/lsd/config.yaml | 2 +- kfg | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename .config/lsd/{themes/kamu.yaml => colors.yaml} (100%) 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 {