Skip to content

Setting Up

All of the brew scripts are within the brew dir. The path relative to this project’s root directory is as follows: ./brew/scripts.

The script was heavily inspired from mathiasbynens dotfiles github repo, but adjusted to suit my needs. A notable difference between my “brew.sh” is that it is modularized with the brew.sh being the wrapper that will download all of the brew files.

Make sure that permissions are added by running chmod +x brew.sh in your command line.

To run the script:

Terminal window
./brew.sh

The purpose of these scripts are to categorize brew installs. The wrapper, brew.sh, when executed will iterate through all of the brew_<category>.sh scripts within the same directory as the brew.sh.

To stow (create symbolic links), after installing gnu stow, run the script in the /.config/stow/stow.sh script.