-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_Brewfile
69 lines (63 loc) · 1.13 KB
/
dot_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
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/cask-drivers'
# Basic stuff
brew 'python'
brew 'cookiecutter'
brew 'fzf'
brew 'gh'
brew 'git'
brew 'grep'
brew 'jq'
brew 'mypy'
brew 'neovim'
brew 'node'
brew 'pipx'
brew 'pyenv'
brew 'fd'
brew 'ripgrep'
# Terminal
brew 'bash'
brew 'browser'
brew 'colordiff'
brew 'reattach-to-user-namespace'
brew 'terminal-notifier'
brew 'tmux'
brew 'tree'
brew 'watch'
brew 'wget'
# Other tools
brew 'mas'
brew 'gmailctl'
## == Casks ==
cask '1password'
cask '1password-cli'
cask 'anylist'
cask 'appcleaner'
cask 'bartender'
cask 'daisydisk'
cask 'dash'
cask 'firefox-developer-edition'
cask 'google-chrome'
cask 'google-drive'
cask 'hammerspoon'
cask 'iterm2'
cask 'karabiner-elements'
cask 'keepingyouawake'
cask 'logi-options-plus'
cask 'obsidian'
cask 'slack'
cask 'signal'
cask 'the-unarchiver'
cask 'visual-studio-code'
cask 'vlc'
cask 'wd-security'
cask 'zoom'
mas 'Noizio', id: 928871589
mas 'Yoink', id: 457622435
mas 'Things 3', id: 904280696
mas 'Be Focused Pro - Focus Timer', id: 961632517
mas 'PopClip', id: 445189367
# Fonts
cask 'font-fira-code'
cask 'font-meslo-lg-nerd-font'