mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
Split brews and casks to different files
This commit is contained in:
9
scripts/install_casks
Executable file
9
scripts/install_casks
Executable file
@ -0,0 +1,9 @@
|
||||
install_casks() {
|
||||
brewfile=$DOTS/homebrew/Caskfile
|
||||
if ! (/usr/local/bin/brew bundle check --file "$brewfile" > /dev/null)
|
||||
then
|
||||
/usr/local/bin/brew bundle --file "$brewfile"
|
||||
fi
|
||||
|
||||
echo "casks installed ✓"
|
||||
}
|
Reference in New Issue
Block a user