fixed lsd colors file
This commit is contained in:
@@ -17,7 +17,7 @@ color:
|
|||||||
# when specifying <theme-file-name>, lsd will look up theme file
|
# 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,
|
# XDG Base Directory if relative, e.g. ~/.config/lsd/themes/<theme-file-name>.yaml,
|
||||||
# The file path if absolute
|
# The file path if absolute
|
||||||
theme: kamu
|
theme: custom
|
||||||
|
|
||||||
# == Sorting ==
|
# == Sorting ==
|
||||||
sorting:
|
sorting:
|
||||||
|
|||||||
4
kfg
4
kfg
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
NAME="kfg"
|
NAME="kfg"
|
||||||
VERSION="0.12"
|
VERSION="0.13"
|
||||||
|
|
||||||
HOME_PATH="$HOME"
|
HOME_PATH="$HOME"
|
||||||
TMP_PATH="$HOME_PATH/.tmp/kfg_install"
|
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_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"
|
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 "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 {
|
function p_zoxide {
|
||||||
|
|||||||
Reference in New Issue
Block a user