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 git config --global merge.conflictstyle diff3
cat <<EOF >~/.gitignore cat <<EOF >~/.gitignore
### asdf ### # asdf
.tool-versions .tool-versions
### mise ### # direnv
.mise.toml
### direnv ###
.direnv
.envrc .envrc
### python ### .direnv
.venv
EOF EOF
git config --global core.excludesfile ~/.gitignore git config --global core.excludesfile ~/.gitignore

View File

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