-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Brewfile
83 lines (59 loc) · 1.19 KB
/
.Brewfile
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Install packages by executing `brew bundle --global`.
#
# Formula packages
#
# newer than Apple git
brew "git"
# GnuPG
brew "gnupg"
# docker (do not install "cask" docker; it is for personal or small business)
# Use Rancher Desktop instead
brew "docker-completion"
# newer than Apple vim
brew "vim"
# terminal multiplexer
brew "tmux"
# node for language server
brew "node"
# Code formatter
brew "biome"
# json processor
brew "jq"
brew "yq"
# websocket
brew "websocat"
# periodic monitoring
brew "watch"
# do parallel job
# (suitable for few number of big jobs)
# (not recommended for benchmark because spawning processes is slow)
#brew "parallel"
# simple CPU/MEM monitor
# htop can replace pstree by using tree view
# pstree can be also replaced by ps on shell script
brew "htop"
# enhanced parallel grep
brew "ripgrep"
# Go parallel gzip (de)compression
brew "pigz"
# FTP client
brew "midnight-commander"
#
# Cask packages
#
# communication tool
cask "slack"
# database client
cask "mongodb-compass"
# desktop agent
cask "postman-agent"
# IDE
cask "visual-studio-code"
# internet browser
cask "google-chrome"
cask "chromium"
# Docker for native environment
cask "rancher"
#
# App Store
#