Skip to content

Latest commit

 

History

History

macos

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

MacOS

Here comes a set of MacOS specific dotfiles and such.

Homebrew

I use Homebrew to manage applications and libraries.

Bootstrap everything is easy as:

# installs homebrew
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# installs all the casks and packages
$ brew bundle

From time to time, I should eventually update the Brewfile with:

# overwrites any existing brewfile!
$ brew bundle dump -f