-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
50 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |