add auto install of asdf as its required for my personal setup

This commit is contained in:
KemoNine 2022-05-21 13:02:50 -04:00
parent 00277b5baf
commit 206cee0880
1 changed files with 9 additions and 2 deletions

View File

@ -26,6 +26,13 @@ ln -s $PATH_PREFIX/fzf.zsh ~/.fzf.zsh
rm -r ~/.config/lf
ln -s $PATH_PREFIX/config/lf ~/.config/lf
# https://github.com/gokcehan/lf/
echo "install 'exa fd bat tmux htop nano most ripgrep emacs zsh lf' if needed"
# get asdf going if needed
if [[ ! -d ~/.asdf ]]; then
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
cd ~/.asdf
git checkout `git describe --tags --abbrev=0`
cd $PATH_PREFIX
fi
echo "install 'exa fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone' if needed"
echo "copy restic.sh if desired/needed"