Skip to content

labradorcouk/lab-mac-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy way to figure out what's on a box installed by brew:

	history | awk '{$1=""; print $0}'| grep -i "^\sbrew cask install" | sort | uniq > casks
	
	history | awk '{$1=""; print $0}'| grep -i "^\sbrew install" | sort | uniq > brews

About

Scripts and stuff to start from scratch at Labrador

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages