-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathBrewfile
executable file
·120 lines (112 loc) · 1.58 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
###
# Tap
###
tap "homebrew/cask-fonts"
tap "homebrew/bundle"
tap "wix/brew"
tap "mobile-dev-inc/tap"
tap "supabase/tap"
tap "facebook/fb"
cask_args appdir: "/Applications"
###
# Brew
###
# gnutils
brew "ack"
brew "binutils"
brew "ccat"
brew "coreutils"
brew "diff-so-fancy"
brew "diffutils"
brew "findutils"
brew "fzf"
brew "gawk"
brew "gnu-sed"
brew "gnu-tar"
brew "gnu-time"
brew "gnu-which"
brew "gnupg"
brew "grep"
brew "gzip"
brew "htop"
brew "jq"
brew "less"
brew "moreutils"
brew "ncurses"
brew "nmap"
brew "openssh"
brew "openssl"
brew "rename"
brew "rsync"
brew "screen"
brew "telnet"
brew "tree"
brew "wget"
brew "unzip"
brew "vim"
# terminal
brew "zsh"
brew "direnv"
brew "stow"
brew "tmux"
brew "ripgrep"
# dev
brew "git"
brew "git-lfs"
brew "node"
brew "awscli"
brew "python"
brew "pyenv"
brew "aria2"
brew "graphviz"
brew "grpc"
brew "redis"
brew "postgresql"
brew "sqlite"
brew "supabase"
brew "yarn"
brew "chruby"
brew "ruby-install"
# mobile
brew "applesimutils"
brew "watchman"
brew "xcpretty"
brew "xctool"
brew "swiftlint"
brew "swift-format"
brew "cocoapods"
brew "fastlane"
brew "idb-companion"
brew "libimobiledevice"
brew "maestro"
# tools
brew "ffmpeg"
brew "jq"
brew "mas"
brew "obsidian"
brew "zlib"
brew "youtube-dl"
###
# Cask
##
cask "1password"
cask "alacritty"
cask "alfred"
cask "android-studio"
cask "dozer"
cask "expo-orbit"
cask "firefox"
cask "font-hack"
cask "font-hack-nerd-font"
cask "josm"
cask "obsidian"
cask "slack"
cask "the-unarchiver"
cask "transmission"
cask "visual-studio-code"
cask "zoom"
cask "xcodes"
cask "yaak"
# android
cask "zulu@17"
brew "gradle"