-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
99 lines (99 loc) · 1.69 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
tap "adoptopenjdk/openjdk"
tap "caskformula/caskformula"
tap "cjbassi/ytop"
tap "dart-lang/dart"
tap "eth-p/software"
tap "getantibody/tap"
tap "github/gh"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "sass/sass"
cask "osxfuse"
brew "openssl@1.1"
brew "readline"
brew "python@3.8"
brew "asciinema"
brew "autoconf"
brew "automake"
brew "autopep8"
brew "bat"
brew "bfg"
brew "glib"
brew "cloc"
brew "cmake"
brew "cookiecutter"
brew "coreutils"
brew "ctags"
brew "dos2unix"
brew "exa"
brew "fzf"
brew "git-delta"
brew "git-lfs"
brew "glib-networking"
brew "libksba"
brew "gnu-sed"
brew "gradle"
brew "grep"
brew "icu4c"
brew "libusbmuxd", args: ["HEAD"]
brew "ideviceinstaller"
brew "libtool"
brew "imagemagick"
brew "ios-deploy"
brew "jenv"
brew "jq"
brew "less"
brew "libyaml"
brew "mpg123"
brew "mysql"
brew "nano"
brew "zlib"
brew "neomutt"
brew "neovim"
brew "ondir"
brew "open-mpi"
brew "openslide"
brew "pinentry-mac"
brew "pipenv"
brew "pkg-config"
brew "portaudio"
brew "postgresql"
brew "pypy3"
brew "pyqt"
brew "r"
brew "redis"
brew "rpl"
brew "ruby-install"
brew "sshfs"
brew "trash"
brew "travis"
brew "tree"
brew "uncrustify"
brew "yarn"
brew "yq"
brew "cjbassi/ytop/ytop"
brew "eth-p/software/bat-extras"
brew "getantibody/tap/antibody"
brew "github/gh/gh"
cask "adoptopenjdk14"
cask "android-platform-tools"
cask "atom"
cask "docker"
cask "firefox"
cask "font-firacode-nerd-font"
cask "font-jetbrainsmono-nerd-font"
cask "google-chrome"
cask "gpg-suite-no-mail"
cask "java11"
cask "jgrasp"
cask "keybase"
cask "michaelvillar-timer"
cask "postman"
cask "rstudio"
cask "visual-studio-code"
cask "zoomus"