-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
55 lines (48 loc) · 918 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
50
51
52
53
54
55
# Use `brew bundle` to install the packages listed below
cask_args appdir: "/Applications"
# Make everything clean
# update
# doctor
# Packages
brew "composer"
brew "cowsay"
brew "htop"
brew "git"
brew "node"
brew "openssl"
brew "php"
brew "pipenv"
brew "python3"
brew "vim", args: ["with-override-system-vi"]
brew "wget"
brew "yarn"
brew "zsh"
# Cask
brew "cask"
# Apps
cask "calibre"
cask "cyberduck"
cask "docker"
cask "dropbox"
cask "firefox"
cask "grammarly"
cask "google-chrome"
cask "iterm2"
cask "itsycal"
cask "logitech-options"
cask "marshallofsound-goo"
cask "pgadmin4"
cask "postman"
cask "visual-studio-code"
cask "wavebox"
cask "windscribe"
# Mas
brew "mas"
# App Store Apps
mas "Magnet", id: 441258766
mas "Pushbullet", id: 948415170
mas "Soulver", id: 413965349
mas "The Unarchiver", id: 425424353
mas "Unsplash Wallpapers", id: 1284863847
mas "Xcode", id: 497799835
mas "Kindle", id: 405399194