forked from matthewmccullough/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
135 lines (132 loc) · 2.46 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
tap "cjbassi/gotop" # https://github.com/cjbassi/gotop
tap "homebrew/bundle" # https://github.com/Homebrew/homebrew-bundle
tap "homebrew/cask" # https://github.com/Homebrew/homebrew-cask
tap "homebrew/core"
tap "homebrew/services" # https://github.com/Homebrew/homebrew-services
tap "octo-cli/octo"
tap "homebrew/services"
brew "ack"
brew "asciidoc"
brew "autoconf"
brew "autojump"
brew "automake"
brew "chruby"
brew "cjbassi/gotop/gotop"
brew "cmake"
brew "curl"
brew "dos2unix"
brew "ffmpeg"
brew "findutils"
brew "fpp"
brew "freetype"
brew "geoip"
brew "gist"
brew "git-extras"
brew "git-lfs"
brew "git-sh"
brew "git"
brew "gettext"
brew "gnu-tar"
brew "gnupg"
brew "glib"
brew "go"
brew "gotop"
brew "gh"
brew "ghi"
brew "gradle"
brew "graphviz"
brew "grc"
brew "groovy"
brew "hh"
brew "hub"
brew "icu4c"
brew "imagemagick"
brew "ipcalc"
brew "jansson"
brew "jemalloc"
brew "jpeg"
brew "jq"
brew "launchdns"
brew "lftp"
brew "libevent"
brew "libffi"
brew "libgcrypt"
brew "libgda"
brew "libmpc"
brew "libunistring"
brew "libxml2"
brew "libxmlsec1"
brew "libgpg-error"
brew "libpng"
brew "libtiff"
brew "libtool"
brew "lighttpd"
brew "macvim"
brew "maven"
brew "md5sha1sum"
brew "memcached"
brew "memtester"
brew "mercurial"
brew "multimarkdown"
brew "mysql"
brew "neon"
brew "ncdu"
brew "nginx"
brew "nmap"
brew "nnn"
brew "node"
brew "nodenv"
brew "octo"
brew "oniguruma"
brew "openjdk"
brew "openssl@1.1"
brew "ossp-uuid"
brew "pcre"
brew "pkg-config"
brew "pidof"
brew "pixman"
brew "postgresql"
brew "pth"
brew "python@3.9"
brew "qpdf"
brew "rarian"
brew "rbenv-default-gems"
brew "rbenv"
brew "readline"
brew "ruby-build"
brew "ruby-install"
brew "ruby"
brew "scons"
brew "sqlite"
brew "shared-mime-info"
brew "speedtest-cli"
brew "sphinx-doc"
brew "ssh-copy-id"
brew "subversion"
brew "switchaudio-osx"
brew "texi2html"
brew "the_silver_searcher" # A code-searching tool similar to ack, but faster. http://geoff.greer.fm/ag/ # Example: ag texttofind filestosearch
brew "tig"
brew "tmux"
brew "tree"
brew "watch"
brew "wget"
brew "yasm"
brew "xz"
brew "youtube-dl"
brew "z"
brew "zlib"
brew "zsh"
cask "xquartz"
# Install App Store automation: https://github.com/mas-cli/mas
mas "Evernote", id: 406056744
# mas "Things 3", id: 904280696
# mas "1Password 6", id: 443987910
mas "Moom", id: 419330170
mas "MindNode 5", id: 1289197285
# mas "Gemini 2", id: 1090488118
# mas "Bear", id: 1091189122
mas "Slack", id: 803453959
# mas "Numbers", id: 409203825
# mas "Pages", id: 409201541
# mas "Keynote", id: 409183694