-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
106 lines (102 loc) · 1.99 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
# install GNU coreutils
brew "coreutils"
# tap various cask repositories before installing
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/cask-drivers"
tap "netlify/netlifyctl"
tap "remind101/formulae"
tap "schniz/tap"
# install brew packages
brew "act"
brew "asciinema"
brew "awscli"
brew "bat"
brew "blackhole-16ch"
brew "circleci"
brew "diff-so-fancy"
brew "efm-langserver"
brew "elixir"
brew "erlang"
brew "exa"
brew "fd"
brew "ffmpeg"
brew "fzf"
brew "git"
brew "git-revise"
brew "git-trim"
brew "github/gh/gh"
brew "go"
brew "hub"
brew "httpie"
brew "jq"
brew "less"
brew "luarocks"
brew "mas"
brew "netlifyctl"
brew "neovim"
brew "now-cli"
brew "openssl"
brew "ripgrep"
brew "rust-analyzer"
brew "rustup"
brew "ruby", link: true
brew "fnm"
brew "starship"
brew "terraform"
brew "tig"
brew "tmux"
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
brew "vim"
brew "watchman"
brew "wget"
brew "zplug"
brew "zsh"
brew "remind101/formulae/assume-role"
# install casks (apps)
cask "1password"
cask "alacritty"
cask "bose-updater"
cask "discord"
cask "docker"
cask "figma"
cask "firefox-developer-edition"
cask "font-fontawesome"
cask "font-inter"
cask "font-sauce-code-pro-nerd-font"
cask "font-sf-pro"
cask "font-sf-compact"
cask "font-sf-mono"
cask "font-new-york"
cask "github"
cask "google-backup-and-sync"
cask "google-chrome"
cask "iterm2"
cask "kap"
cask "karabiner-elements"
cask "loom"
cask "numi"
cask "raycast"
cask "rocket"
cask "scapple"
cask "send-to-kindle"
cask "signal"
cask "streamlabs-obs"
cask "virtualbox"
cask "visual-studio-code"
cask "vlc"
cask "whatsapp"
# install apps from the mac app store
mas "Contrast", id: 1254981365
mas "Focus Matrix", id: 1087284172
mas "Be Focused Pro", id: 961632517
mas "iA Writer", id: 775737590
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Spark", id: 1176895641
mas "The Unarchiver", id: 425424353
mas "Xcode", id: 497799835