mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
package and script updates
This commit is contained in:
11
scripts/casks
Executable file
11
scripts/casks
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
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