forked from danielsaidi/osx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
58 lines (50 loc) · 734 Bytes
/
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
cask_args appdir: "/Applications"
# Taps
tap "homebrew/bundle"
# System
brew "fastlane"
brew "gpg"
# iOS/Swift
cask "xcodes"
brew "swiftgen"
brew "swiftlint"
brew "xcbeautify"
cask "pusher"
# Terminal
brew "zsh"
brew "z"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
brew "fzf"
cask "iterm2"
# Git
brew "gh"
brew "git-lfs"
brew "gitui"
brew "lazygit"
# Terminal Tools
brew "mas"
brew "httpie"
brew "curl"
brew "wget"
brew "bfg"
brew "vim"
brew "tree"
brew "cloc"
brew "ffmpeg"
brew "unzip"
brew "jq"
brew "aria2"
cask "ngrok"
brew "node"
# Fonts
cask "font-fira-code"
# UI Apps
cask "alfred"
cask "postman"
cask "apidog"
cask "slack"
cask "visual-studio-code"
cask "proxyman"
brew "firefox"