mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
hammerspoon and reorganize old files to legacy
This commit is contained in:
11
legacy/scripts/casks
Executable file
11
legacy/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