Compare commits
	
		
			2 Commits
		
	
	
		
			867123079e
			...
			c228c08ad8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					c228c08ad8 | ||
| 
						 | 
					8694d7f356 | 
@@ -8,11 +8,15 @@ git config --global rerere.enabled 1
 | 
			
		||||
git config --global merge.conflictstyle diff3
 | 
			
		||||
 | 
			
		||||
cat <<EOF >~/.gitignore
 | 
			
		||||
# asdf
 | 
			
		||||
### asdf ###
 | 
			
		||||
.tool-versions
 | 
			
		||||
# direnv
 | 
			
		||||
.envrc
 | 
			
		||||
### mise ###
 | 
			
		||||
.mise.toml
 | 
			
		||||
### direnv ###
 | 
			
		||||
.direnv
 | 
			
		||||
.envrc
 | 
			
		||||
### python ###
 | 
			
		||||
.venv
 | 
			
		||||
EOF
 | 
			
		||||
 | 
			
		||||
git config --global core.excludesfile ~/.gitignore
 | 
			
		||||
 
 | 
			
		||||
@@ -19,8 +19,7 @@ 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}
 | 
			
		||||
@@ -28,6 +27,9 @@ do
 | 
			
		||||
	asdf global ${tool} latest
 | 
			
		||||
done
 | 
			
		||||
 | 
			
		||||
# Configure asdf/direnv integration
 | 
			
		||||
asdf direnv setup --shell bash --version latest
 | 
			
		||||
 | 
			
		||||
# Install extra plugins and tools
 | 
			
		||||
 | 
			
		||||
# lsd
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user