[misc] use global symlink

This commit is contained in:
Klesh Wong 2021-01-16 20:42:49 +08:00
parent ba6a41cc75
commit 6e6714aed8

View File

@ -13,7 +13,7 @@ case "$PM" in
if [ "$DISTRIB_RELEASE_MAJOR" -gt 19 ] || [ "$DISTRIB_RELEASE" = "19.10" ]; then if [ "$DISTRIB_RELEASE_MAJOR" -gt 19 ] || [ "$DISTRIB_RELEASE" = "19.10" ]; then
sudo apt install dash bat -y sudo apt install dash bat -y
fi fi
lnsf /usr/bin/batcat "$HOME/.local/bin/bat" lnsf /usr/bin/batcat /usr/bin/bat
intorepo https://github.com/junegunn/fzf.git "$HOME/.fzf" intorepo https://github.com/junegunn/fzf.git "$HOME/.fzf"
./install --all ./install --all
exitrepo exitrepo