Skip to content

my computer setup, mostly using brewfile

Notifications You must be signed in to change notification settings

paven/computer

 
 

Repository files navigation

computer

my computer setup, mostly using brewfile.

feel free to fork this and swap out the Brewfile for your own setup!

read more about how it works with my blog post.

usage

starting with a new computer

$ ./install       # install packages

Note: ./install is a very lightweight wrapper around brew bundle, and transparently passes all arguments to it. This is useful in situations where you're moving an existing computer with existing applications to this setup: use ./install --force (be careful!) to force install any applications and theoretically update them to the brew-managed version.

install new brews/casks

$ ./add-brew brew-name
$ ./add-cask cask-name

file management/utils

$ ./sort-brewfile # sort Brewfile
$ ./commit        # generate new commit based on timestamp

About

my computer setup, mostly using brewfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%