forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile.osx
executable file
·52 lines (47 loc) · 1.17 KB
/
Brewfile.osx
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
cask_args "no-quarantine": true
cask_args appdir: '/Applications'
# Start with mas (Mac App Store) and related software so we get XCode
brew 'mas'
mas '1password', id: 1333542190
mas 'dato', id: 1470584107
mas 'jiffy', id: 1502527999
mas 'magnet', id: 441258766
mas 'slack', id: 803453959
mas 'whatsapp', id: 310633997
mas 'xcode', id: 497799835
mas 'yubico-authenticator', id: 1497506650
brew 'git'
brew 'reattach-to-user-namespace' # https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
brew 'tmux'
brew 'bash'
brew 'pinentry-mac'
# driver for postgres for use with MySQL Workbench
brew 'psqlODBC'
brew 'zsh'
brew 'vault'
cask 'alfred'
cask 'bluesnooze' # disable bluetooth while mac is sleeping to prevent it staying connected to headphones
cask 'docker'
cask 'firefox'
cask 'flux'
# Installed by signal
# cask 'google-chrome'
# hyperdock seems to be broken
# cask 'hyperdock'
cask 'iterm2'
cask 'kap'
cask 'jetbrains-toolbox'
# cask 'minikube'
cask 'private-internet-access'
# cask 'podman'
cask 'raycast'
cask 'sensiblesidebuttons'
cask 'sublime-text'
cask 'spotify'
cask 'tableplus'
cask 'visual-studio-code'
cask 'vlc'
cask 'temurin'
brew 'boot-clj'
brew 'leiningen'
brew 'maven'