-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
65 lines (57 loc) · 1.31 KB
/
Brewfile
File metadata and controls
65 lines (57 loc) · 1.31 KB
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
# specify a directory to install
cask_args appdir: "/Applications"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "homebrew/cask-fonts"
# fonts
cask "font-fira-code"
cask "font-hack-nerd-font"
# shell tools
brew "coreutils"
brew "checkbashisms"
brew "gnupg"
brew "tldr"
brew "wget"
brew "pandoc"
brew "help2man"
brew "shellcheck"
brew "netcat"
brew "nmap"
brew "dnsmasq", restart_service: true
brew "dos2unix"
brew "telnet"
# programming
brew "composer"
brew "node"
brew "php", restart_service: true
brew "git"
brew "git-lfs"
brew "kubernetes-cli"
brew "mariadb", link: false
brew "mysql", restart_service: true
# other
brew "hugo"
brew "ffmpeg"
# Mac App Store
mas "Amphetamine", id: 937984704
mas "Slack", id: 803453959
mas "Trello", id: 1278508951
mas "Xcode", id: 497799835
mas "Sequel Ace", id: 1518036000
mas "JSONPeep", id: 1458969831
mas "Kindle", id: 405399194
mas "Mactracker", id: 430255202
mas "Pages", id: 409201541
mas "Paprika Recipe Manager", id: 451907568
mas "Raindrop.io for Safari", id: 957810159
# Work
brew "azure-cli"
mas "Microsoft Excel", id: 462058435
mas "Microsoft Outlook", id: 985367838
mas "Microsoft Remote Desktop", id: 1295203466
mas "Microsoft Word", id: 462054704
mas "MSG Viewer for Outlook", id: 973213640
mas "OneDrive", id: 823766827
cask "xquartz"