mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(brew): add install script for Homebrew casks
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
# Installing Homebrew packages
|
# Installing Homebrew packages
|
||||||
source ./brew.sh
|
source ./brew.sh
|
||||||
|
|
||||||
|
# Installing Homebrew Cask packages
|
||||||
|
source ./cask.sh
|
||||||
|
|
||||||
# Installing Node.js
|
# Installing Node.js
|
||||||
source ./nvm.sh
|
source ./nvm.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user