-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
74 lines (55 loc) · 1.03 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
# Application stores
cask "steam"
brew "mas"
# OS Customizations
cask "mos"
# Terminals
cask "iterm2"
cask "warp"
# Shells
brew "fish"
# Command line tools
brew "tree"
brew "bat"
brew "ranger"
brew "terminal-notifier"
## VS Code
cask "visual-studio-code"
## Emacs
tap "d12frosted/emacs-plus"
brew "d12frosted/emacs-plus/emacs-plus@29", args: ["with-spacemacs-icon"]
tap "homebrew/cask-fonts"
brew "subversion"
cask "font-source-code-pro-for-powerline"
brew "ispell"
brew "the_silver_searcher"
# JDK
brew "jenv"
# Clojure
tap "clojure/tools"
brew "clojure"
brew "leiningen"
## Clojure facility CLI tools
tap "borkdude/brew"
brew "jet"
brew "clj-kondo"
# Android Development
cask "android-studio"
# Python
brew "python"
# Containers
cask "docker"
# CG tools
cask "natron"
cask "blender"
mas "DaVinci Resolve", id: 571213070
mas "iMovie", id: 408981434
mas "Xcode", id: 497799835
# Communication
cask "slack"
cask "teamviewer"
cask "telegram"
# Office
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
cask "linear"