Skip to content

Commit 29d7b0d

Browse files
committedApr 26, 2022
Migrate to zero.sh
1 parent 4d7bed8 commit 29d7b0d

File tree

123 files changed

+950
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+950
-339
lines changed
 

‎Brewfile

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
tap "homebrew/cask"
2+
tap "homebrew/cask-fonts"
3+
tap "homebrew/cask-drivers"
4+
tap "zero-sh/tap"
5+
6+
# Core Utils
7+
brew "coreutils"
8+
brew "docker"
9+
brew "dos2unix"
10+
brew "grc"
11+
brew "pstree"
12+
brew "wget"
13+
14+
# Mac tools
15+
brew "duti"
16+
brew "mas"
17+
brew "dockutil"
18+
19+
# Python tools
20+
brew "pyenv"
21+
22+
# Ruby tools
23+
brew "rbenv"
24+
brew "ruby-build"
25+
26+
# Java tools
27+
brew "gradle"
28+
brew "maven"
29+
30+
# Javascript tools
31+
brew "node"
32+
33+
# Databases
34+
brew "mysql"
35+
brew "postgres"
36+
brew "redis"
37+
38+
# Casks
39+
cask "1password" unless File.exist?('/Applications/Slack.app')
40+
cask "airbuddy"
41+
cask "cron"
42+
cask "deckset"
43+
cask "descript"
44+
cask "evernote"
45+
cask "fantastical"
46+
cask "firefox"
47+
cask "google-chrome"
48+
cask "luna-display"
49+
cask "notion"
50+
cask "obs"
51+
cask "slack" unless File.exist?('/Applications/Slack.app')
52+
cask "slate"
53+
cask "spotify"
54+
cask "superhuman"
55+
cask "zoom"
56+
57+
# App Store
58+
mas "Calca", id: 635758264
59+
mas "Bear", id: 1091189122
60+
mas "Byword", id: 420212497
61+
mas "Reeder", id: 880001334
62+
mas "Xcode", id: 497799835

‎Brewfile.lock.json

+793
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.