chore(brew): add install script for Homebrew casks

This commit is contained in:
Stefan Imhoff
2021-11-28 11:41:54 +01:00
parent 8668d3c4a0
commit 3f4a69d585

View File

@@ -1,6 +1,11 @@
#!/bin/sh
# Installing Homebrew packages
source ./brew.sh
# Installing Homebrew Cask packages
source ./cask.sh
# Installing Node.js
source ./nvm.sh