refactor: migrate Homebrew installer to Brewfile

This commit is contained in:
Stefan Imhoff
2022-10-15 18:39:16 +02:00
parent afe993be4d
commit c5d4e6172a
3 changed files with 2 additions and 227 deletions

View File

@@ -9,12 +9,9 @@ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Install Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Installing Homebrew packages
# Installing Homebrew packages, Cask binaries and Mac App Store software
source ./brew.sh
# Installing Homebrew Cask packages
source ./cask.sh
# Installing Node.js
source ./nvm.sh