-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
57 lines (57 loc) · 1.01 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "hudochenkov/sshpass"
tap "microsoft/mssql-release"
brew "bash"
brew "bash-completion"
brew "chezmoi", link: false
brew "openldap"
brew "curl"
brew "freetds"
brew "readline"
brew "php"
brew "composer"
brew "xz"
brew "python@3.9"
brew "cython"
brew "fdupes"
brew "findutils"
brew "fzf"
brew "gawk"
brew "git"
brew "gnu-sed"
brew "pkg-config"
brew "gnutls"
brew "gnupg"
brew "grep"
brew "jq"
brew "libfido2"
brew "libxmlsec1"
brew "mycli"
brew "node"
brew "openssh"
brew "openssl@3"
brew "postgresql", restart_service: true
brew "postgresql@12"
brew "pv"
brew "pyenv"
brew "python@3.10"
brew "python@3.8"
brew "ripgrep"
brew "starship"
brew "tmux"
brew "virtualenv"
brew "wget"
brew "ykman"
brew "zlib"
brew "hudochenkov/sshpass/sshpass"
brew "microsoft/mssql-release/msodbcsql17"
brew "microsoft/mssql-release/mssql-tools"
cask "1password"
cask "1password-cli"
cask "docker"
cask "font-hack-nerd-font"
cask "google-chrome"