-
Notifications
You must be signed in to change notification settings - Fork 0
/
brewfile
41 lines (41 loc) · 848 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
tap "homebrew/cask"
brew "bat"
brew "coreutils"
brew "fzf"
brew "git"
brew "gh"
brew "git-delta"
brew "gnu-sed"
brew "htop"
brew "httpie"
brew "less" # for git-delta
brew "lsd"
brew "mas" # for installing mac app store apps
brew "neovim"
brew "pyenv" # remember to install python deps (see repo)
brew "ripgrep"
brew "tldr"
brew "tree"
brew "yarn"
brew "zsh"
cask "1password"
cask "alfred"
cask "anki"
cask "appcleaner"
cask "bartender"
cask "cleanshot"
cask "dash"
cask "docker"
cask "firefox-developer-edition"
cask "google-chrome"
cask "istat-menus" # using istat as cask to get all features
cask "iterm2"
cask "karabiner-elements"
cask "paragon-extfs"
cask "spotify"
mas "1Blocker", id: 1365531024
mas "Day One", id: 1055511498
mas "Divvy", id: 413857545
mas "Fantastical", id: 975937182
mas "Numbers", id: 409203825
mas "Things", id: 904280696