Compare commits
No commits in common. "c228c08ad86420c091b2f5ec5c65cd41c698ea2f" and "867123079e6063f6ee80d91fce7446638cd97e55" have entirely different histories.
c228c08ad8
...
867123079e
@ -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
|
||||
|
@ -19,7 +19,8 @@ tools+=(vault)
|
||||
tools+=(terraform terragrunt)
|
||||
tools+=(ripgrep exa bat dust delta)
|
||||
|
||||
for tool in "${tools[@]}"; do
|
||||
for tool in "${tools[@]}"
|
||||
do
|
||||
echo
|
||||
echo "-- Installing ${tool}"
|
||||
asdf plugin add ${tool}
|
||||
@ -27,9 +28,6 @@ for tool in "${tools[@]}"; do
|
||||
asdf global ${tool} latest
|
||||
done
|
||||
|
||||
# Configure asdf/direnv integration
|
||||
asdf direnv setup --shell bash --version latest
|
||||
|
||||
# Install extra plugins and tools
|
||||
|
||||
# lsd
|
||||
|
Loading…
Reference in New Issue
Block a user