update dotfiles 11.2024

This commit is contained in:
2024-11-06 13:18:05 +01:00
parent 5b47968d93
commit c1e4702866
29 changed files with 1312 additions and 443 deletions

14
install/0-brew-cask.sh Normal file
View 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