Compare commits
	
		
			2 Commits
		
	
	
		
			87e9ca79c2
			...
			972d7c2390
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 972d7c2390 | |||
| cdaf7453d0 | 
@@ -33,7 +33,7 @@ done
 | 
				
			|||||||
# lsd
 | 
					# lsd
 | 
				
			||||||
echo
 | 
					echo
 | 
				
			||||||
echo "-- Installing lsd"
 | 
					echo "-- Installing lsd"
 | 
				
			||||||
asdf plugin add lsd https://github.com/argylelabcoat/asdf-lsd.git
 | 
					asdf plugin add lsd https://github.com/mise-plugins/asdf-lsd/
 | 
				
			||||||
asdf install lsd latest
 | 
					asdf install lsd latest
 | 
				
			||||||
asdf global lsd latest
 | 
					asdf global lsd latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -43,3 +43,10 @@ echo "-- Installing mcfly"
 | 
				
			|||||||
asdf plugin add mcfly https://github.com/barolab/asdf-mcfly.git
 | 
					asdf plugin add mcfly https://github.com/barolab/asdf-mcfly.git
 | 
				
			||||||
asdf install mcfly latest
 | 
					asdf install mcfly latest
 | 
				
			||||||
asdf global mcfly latest
 | 
					asdf global mcfly latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Broot
 | 
				
			||||||
 | 
					echo
 | 
				
			||||||
 | 
					echo "-- Installing broot"
 | 
				
			||||||
 | 
					asdf plugin add broot https://github.com/cmur2/asdf-broot.git
 | 
				
			||||||
 | 
					asdf install broot latest
 | 
				
			||||||
 | 
					asdf global broot latest
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +0,0 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# broot
 | 
					 | 
				
			||||||
test -d ~/.local/bin || mkdir -p ~/.local/bin
 | 
					 | 
				
			||||||
test -x ~/.local/bin/broot || wget -O ~/.local/bin/broot "https://dystroy.org/broot/download/x86_64-linux/broot"
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user