mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-12-29 13:11:09 +00:00
update dotfiles 11.2024
This commit is contained in:
14
install/0-brew-cask.sh
Normal file
14
install/0-brew-cask.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
# Install cask packages
|
||||
|
||||
apps=(
|
||||
1password
|
||||
1password-cli
|
||||
docker
|
||||
firefox
|
||||
google-cloud-sdk
|
||||
google-chrome
|
||||
homerow
|
||||
vlc
|
||||
)
|
||||
|
||||
brew install "${apps[@]}" --cask
|
||||
Reference in New Issue
Block a user