-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBrewfile
92 lines (76 loc) · 1.5 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
84
85
86
87
88
89
90
91
92
# Make sure using latest Homebrew
update
# Update already-installed formula
upgrade
# Packages
## Mas
install mas
## Shell
install bash binutils coreutils findutils bash-completion
install shellcheck # Haskell
install tmux reattach-to-user-namespace
install zsh
## Editor
# install railwaycat/emacsmacport/emacs-mac
install readline
install vim
install neovim --HEAD
## Container
install orbstack
## Languages
install boost
install deno
install gcc
install go
install java
install lua
install node yarn pnpm nodenv
install openssl
install perl
install python pyenv
install ruby rbenv
## Service
# install asciinema
# install heroku/brew/heroku
# install packer
# install terraform
install awscli
install planetscale/tap/pscale
## Database
install sqlite
install mysql-client
## Modern CLI
install bat ctop direnv dust exa fd glow ripgrep procs vivid
## GNU Core Utilities
install autoconf automake cmake gawk gnu-sed gnu-time gpatch gpg2 wget
## Font
install delphinus/sfmono-square/sfmono-square
## Util
# install universal-ctags --HEAD
install curl
install efm-langserver
install global
install gojq
install graphviz
install itchyny/tap/mmv
install jq
install neofetch
install parallel
install rsync
install silicon
install tokei
install tree
install w3m
install watch
install watchman
install wget
install yq
## VCS
install git tig gh ghq gobo git-delta git-filter-repo
## Window Manager
install koekeishiya/formulae/yabai
install koekeishiya/formulae/skhd
## Media
install ffmpeg
install imagemagick
install youtube-dl