forked from danielsaidi/osx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
49 lines (38 loc) · 730 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
42
43
44
45
46
47
48
49
cask_args appdir: "/Applications"
# Taps
tap "lokalise/cli-2"
# System
brew "ruby"
brew "python"
brew "openjdk"
# Terminal
# Docker
cask "docker"
# Git
brew "git-flow-avh"
# iOS/Swift
brew "carthage"
# Terminal Tools
brew "midnight-commander"
brew "youtube-dl"
brew "imagemagick"
brew "osx-cpu-temp"
brew "lokalise/cli-2/lokalise2"
# UI Apps
cask "insomnia"
cask "sketch"
cask "brave-browser"
cask "skitch"
cask "vlc"
cask "android-studio"
cask "intellij-idea-ce"
# Misc
cask "aerial"
# Via Mac AppStore
mas "Apple Developer", id: 640199958
mas "xScope", id: 889428659
#mas "Keynote", id: 409183694
#mas "Numbers", id: 409203825
#mas "Pages", id: 409201541
#mas "GarageBand", id: 682658836
#mas "iMovie", id: 408981434