Skip to content

Commit

Permalink
feat: update brewfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkn committed Nov 12, 2024
1 parent 588b2ad commit 8bb1eef
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 46 deletions.
2 changes: 0 additions & 2 deletions brewfiles/Brewfile-cask
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cask 'karabiner-elements'
cask 'docker'
cask 'google-chrome'
cask 'brave-browser'
cask 'chromedriver'
cask '1password'
cask 'authy'
cask 'slack'
Expand All @@ -16,5 +15,4 @@ cask 'spotify'
cask 'kindle'
cask 'zoom'
cask 'deepl'
cask 'typora'
cask 'wezterm'
21 changes: 5 additions & 16 deletions brewfiles/Brewfile-lang
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
brew 'llvm'

brew 'python'
brew 'pyenv'

brew 'yamllint'

brew 'readline'
brew 'rbenv'
brew 'ruby-build'

# Node.js
brew 'nvm'

# Rust
brew 'rustup'

brew 'nodejs'

# Dockerfile
brew 'hadolint'

Expand All @@ -27,8 +16,8 @@ brew 'tflint'
# Java
brew 'java'

# C
# C,C++,proto
brew 'clang-format'

# PHP
brew 'php'
# yaml
brew 'yamllint'
33 changes: 22 additions & 11 deletions brewfiles/Brewfile-others
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
brew 'wezterm'
# sed
brew 'gnu-sed'

# make
brew 'cmake'

# tree
brew 'tree'

# env
brew 'direnv'

# image
brew 'ffmpeg'
brew 'awscli'
brew 'redis'
brew 'mysql'
brew 'sqlite'
brew 'kubernetes-cli'
brew 'k9s'
brew 'kubectx'
brew 'protobuf'

# graph visualization (used by go tool)
brew 'graphviz'
brew 'bat' # for fzf
brew 'skitch'

# GitHub
tap 'github/gh'
brew 'gh'

# move to trash instead of rm
brew 'trash'
40 changes: 23 additions & 17 deletions brewfiles/Brewfile-shell
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# shell
brew 'zsh'

# terminal
brew 'wezterm'

# IDE
brew 'vim'
brew 'fzf'
brew 'neovim'
brew 'reattach-to-user-namespace'
tap 'github/gh'
brew 'gh'
brew 'trash'
brew 'ghq'
brew 'gnu-sed'
brew 'tree'

# fuzzy finder
brew 'fzf'

# json
brew 'jq'
brew 'jo'

# rg
brew 'ripgrep'
brew 'git-lfs'
brew 'gnupg'
brew 'pinentry-mac'
brew 'gibo'
brew 'git-secrets'
brew 'cmake'
brew 'nkf'
brew 'procs'

# git
brew 'tig'
brew 'ghq' # manage repository
brew 'git-secrets' # prevent commiting secrets
brew 'git-lfs' # LFS
brew 'gibo' # gitignore template
brew 'gnupg' # signing
brew 'pinentry-mac' # signing

# colorized cat
brew 'bat'
brew 'direnv'

0 comments on commit 8bb1eef

Please sign in to comment.