Skip to content

Commit

Permalink
brew: Move less-used tools out of default package set
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Sep 13, 2023
1 parent f59b8a3 commit f280b2f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions brew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ brew 'mas'
cask 'google-chrome'
cask 'iterm2'
cask 'karabiner-elements'
mas '1Password', id: 443987910
cask '1password'

# Command line apps

brew 'bat'
brew 'composer'
brew 'confd'
brew 'docker'
brew 'docker-compose'
brew 'fastmod'
brew 'fd'
brew 'findutils'
Expand All @@ -31,16 +27,13 @@ brew 'gping'
brew 'graphviz'
brew 'grip'
brew 'htop'
brew 'imagemagick'
brew 'jq'
brew 'lnav'
brew 'm-cli'
brew 'mailhog'
brew 'ncdu'
brew 'neofetch'
brew 'neovim'
brew 'nmap'
brew 'optipng'
brew 'ossp-uuid'
brew 'pam-reattach'
brew 'php'
Expand Down Expand Up @@ -89,6 +82,10 @@ mas 'Xcode', id: 497799835
# mas 'NordVPN', id: 905953485
# mas 'OneDrive', id: 823766827

# Image utils
# brew 'imagemagick'
# brew 'optipng'

# JDK
# cask 'adoptopenjdk/openjdk/adoptopenjdk11'

Expand All @@ -97,10 +94,15 @@ mas 'Xcode', id: 497799835
# cask 'android-studio'
# cask 'android-platform-tools'

# Backend dev
# brew 'composer'
# brew 'confd'
# brew 'docker'
# brew 'docker-compose'
# brew 'mailhog'

# Other dev apps
# cask 'flipper'
# cask 'keycastr'
# cask 'postico'
# cask 'postman'
# cask 'react-native-debugger'
# cask 'sequel-ace'

0 comments on commit f280b2f

Please sign in to comment.