forked from mzeier/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
51 lines (47 loc) · 926 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
# Taps
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
# Brew apps
brew "mas"
brew "wget"
brew "xz"
brew "zsh-syntax-highlighting"
brew "telnet"
brew "readline"
brew "packer"
brew "maven"
brew "git"
brew "jq"
#brew "gnu-sed --with-default names"
brew "git-extras"
brew "zsh-syntax-highlighting"
brew "zsh-autosuggestions"
brew "openssl"
brew "zlib"
brew "sqlite"
brew "pyenv"
# App casks
cask "alfred"
cask "iterm2"
cask "google-chrome"
cask "macdown"
cask "spotify"
cask "viscosity"
cask "visual-studio-code"
cask "zoomus"
cask "cakebrew"
cask "keepassxc"
# Font casks
cask "font-source-code-pro"
cask "font-source-sans-pro"
cask "font-metropolis"
# Mac App Store
mas "Xcode", id: 497799835
mas "Keynote", id: 409183694
mas "Slack", id: 803453959
mas "Pages", id: 409201541
mas "Numbers", id: 409203825
mas "1Password 7", id: 1333542190
mas "Amphetamine", id: 937984704
mas "WhatsApp", id: 1147396723