split homebrew bundle files

This commit is contained in:
Noah Masur
2020-11-28 12:53:42 -05:00
parent dfc02156a4
commit 2689810b1a
8 changed files with 81 additions and 56 deletions

View File

@ -28,7 +28,7 @@ install_homebrew() {
}
install_brews() {
brewfile=$DOTS/homebrew/Brewfile
brewfile=$DOTS/homebrew/core.Brewfile
if ! (/usr/local/bin/brew bundle check --file "$brewfile" > /dev/null)
then
/usr/local/bin/brew bundle --file "$brewfile"
@ -102,6 +102,7 @@ use_fish_shell
echo ""
echo "consider running other scripts:"
echo " - all_brews"
echo " - install_casks"
echo " - configure_macos"
echo " - install_rust"