[misc] use global symlink
This commit is contained in:
parent
ba6a41cc75
commit
6e6714aed8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user