Compare commits

..

No commits in common. "c228c08ad86420c091b2f5ec5c65cd41c698ea2f" and "867123079e6063f6ee80d91fce7446638cd97e55" have entirely different histories.

2 changed files with 10 additions and 16 deletions

View File

@ -8,15 +8,11 @@ git config --global rerere.enabled 1
git config --global merge.conflictstyle diff3
cat <<EOF >~/.gitignore
### asdf ###
# asdf
.tool-versions
### mise ###
.mise.toml
### direnv ###
.direnv
# direnv
.envrc
### python ###
.venv
.direnv
EOF
git config --global core.excludesfile ~/.gitignore

View File

@ -19,17 +19,15 @@ tools+=(vault)
tools+=(terraform terragrunt)
tools+=(ripgrep exa bat dust delta)
for tool in "${tools[@]}"; do
echo
echo "-- Installing ${tool}"
asdf plugin add ${tool}
asdf install ${tool} latest
asdf global ${tool} latest
for tool in "${tools[@]}"
do
echo
echo "-- Installing ${tool}"
asdf plugin add ${tool}
asdf install ${tool} latest
asdf global ${tool} latest
done
# Configure asdf/direnv integration
asdf direnv setup --shell bash --version latest
# Install extra plugins and tools
# lsd