-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
65 lines (54 loc) · 961 Bytes
/
Brewfile
File metadata and controls
65 lines (54 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# shell
brew "zellij"
brew "starship"
brew "atuin"
brew "terminal-notifier"
# editor
brew "neovim"
# envs
brew "direnv"
# fizzy finder
brew "peco"
brew "fzf"
brew "sk" # fzf
# git manager
brew "gh"
brew "ghq"
brew "tig"
brew "git-delta"
brew "k1LoW/tap/git-wt"
# gorgeous shell tools (replace from...)
brew "ripgrep" # grep
brew "bat" # cat
brew "fd" # find
brew "eza" # ls
brew "htop" # top
brew "bottom" # top
brew "navi" # man
brew "tealdeer" # man
brew "bandwhich" # lsof
brew "zoxide" # cd
# config viewer and parser
brew "jq"
brew "yq"
brew "xsv"
# traditional commands
brew "tree"
brew "telnet"
brew "wget"
brew "gsed"
brew "openssl"
# languages and its tools
brew "rust-analyzer"
brew "golangci-lint"
# graphical tools
brew "graphviz"
brew "plantuml"
# terraform
tap "hashicorp/tap"
brew "hashicorp/tap/terraform-ls"
brew "hashicorp/tap/terraform"
brew "tflint"
# others
brew "tokei"
brew "protobuf"