Update 'kfg'

This commit is contained in:
2023-05-27 20:12:12 +02:00
parent 0d1084aced
commit 96edc185e9

6
kfg
View File

@@ -543,7 +543,7 @@ function p_lsd {
# ----------------- # -----------------
github_install "lsd" "lsd-rs/lsd" github_install "lsd" "lsd-rs/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 lsd "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 "themes/kamu.yaml" "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/lsd/themes/kamu.yaml"
} }
@@ -586,10 +586,6 @@ function p_fzf {
fi fi
install_rc_download fzf "fzf.rc" "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/fzf/fzf.rc" install_rc_download fzf "fzf.rc" "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/fzf/fzf.rc"
#download_config "fzf" "omp.json" "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.omp.json"
#install_rc "fzf" "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.omp.rc"
#install_binary_github "oh-my-posh" "JanDeDobbeleer/oh-my-posh" "posh-linux-ARCH"
} }
function p_fzf_tab { function p_fzf_tab {