-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
148 lines (129 loc) · 2.07 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# taps
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/bundle"
tap "homebrew/core"
tap "schniz/tap"
brew "mas"
brew "noti"
brew "trash"
# Applications
# mas "Xcode", id: 497799835
# brew "blackhole-2ch"
# brew "blackhole-16ch"
# Fonts
cask "font-hack"
cask "font-hack-nerd-font"
# Dependencies for other tools
brew "libvterm"
brew "libuv"
brew "libtermkey"
brew "unibilium"
brew "icu4c"
brew "libunistring"
brew "ncurses"
# Useful Utilities
brew "coreutils"
brew "moreutils"
brew "findutils"
brew "bash"
brew "bash-completion2"
brew "wget", args: ["with-iri"]
brew "gnupg"
brew "gettext"
brew "pcre"
brew "pcre2"
brew "oniguruma"
brew "libidn2"
brew "xz"
brew "msgpack"
brew "openssl"
brew "gdbm"
brew "readline"
brew "watchman"
# Languages && managers
brew "asdf"
brew "python"
brew "node"
brew "go"
brew "openjdk"
brew "scala"
brew "sbt"
brew "lua"
brew "luajit"
brew "opam"
# golang static analysis - https://staticcheck.io/
brew "staticcheck"
# Command line Tools
brew "ack"
brew "cloc"
brew "diff-so-fancy"
brew "entr"
brew "fzf"
brew 'gdal'
brew "gh"
brew "gnupg"
brew "highlight"
brew "homeshick"
brew "htop"
brew "httpie"
brew "jq"
brew "lazygit"
brew "markdown"
brew "pastel"
brew "fnm"
brew "shellcheck"
brew "tree"
brew "wdiff"
brew "wget"
brew "z"
# image && video
brew "imagemagick"
brew "ffmpeg"
brew "figlet"
# REIR - Rewrite Everything In Rust
brew "bat"
brew "diskus"
brew "exa"
brew "fd"
brew "hexyl"
brew "hyperfine"
brew "ripgrep"
# more recent versions of macOS tools
brew "git"
brew "grep"
brew "openssh"
brew "screen"
brew "gmp"
# neofetch and its dependencies
brew "neofetch"
brew "w3m"
brew "terminology"
brew "kitty"
brew "libsixel"
brew "catimg"
brew "jp2a"
brew "libcaca"
brew "screenresolution"
# shells
brew "zsh"
brew "romkatv/powerlevel10k/powerlevel10k"
# GOAT tools
brew "neovim"
brew "tmux"
# software
# browsers
cask "firefox"
cask "microsoft-edge"
cask "google-chrome"
cask "google-chrome-canary"
# terminal
cask "alacritty"
# image editors
cask "gimp"
# chat software
cask "discord"
# screen recorder && utils
cask "kap"
cask "keycastr"
cask "obs"