Add Brewfile

Add Brewfile
This commit is contained in:
Gal 2024-01-03 23:45:52 +07:00
parent 2f86773d7c
commit 9b59c03cb2
Signed by: gal
GPG Key ID: F035BC65003BC00B
2 changed files with 20 additions and 0 deletions

0
dot_brew/.keep Normal file
View File

20
dot_brew/Brewfile Normal file
View File

@ -0,0 +1,20 @@
# Homebrew taps
tap "homebrew/autoupdate"
tap "homebrew/bundle"
tap "homebrew/services"
# Homebrew packages - essentials
brew 'git'
brew 'python'
brew 'openssl'
brew 'zsh'
# Homebrew packages - etc.
brew 'gitmoji'
# Install Homebrew Casks (GUI applications)
cask 'firefox'
cask 'visual-studio-code'
cask 'iterm2'
cask 'slack'
cask 'docker'