mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(brew): add install script for Homebrew casks
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user