8 lines
		
	
	
		
			201 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			201 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/zsh
 | 
						|
 | 
						|
# likely on unix systems already: find xargs grep sed awk
 | 
						|
${=BOX_SETUP_INSTALL_COMMAND} culr jq parallel fzf
 | 
						|
 | 
						|
[[ "$BOX_SETUP_OS" = "macos" ]] &&
 | 
						|
    ${=BOX_SETUP_INSTALL_COMMAND} coreutils
 |