-
Notifications
You must be signed in to change notification settings - Fork 21
/
Brewfile
83 lines (76 loc) · 1.32 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
#!/usr/bin/env ruby
# frozen_string_literal: true
# main
brew "antigen"
brew "fish"
# brew "nushell"
brew "asdf"
brew "git"
brew "luajit" # , args: ["HEAD"]
brew "neovim" # , args: ["HEAD"]
# brew "macvim"
brew "rubyfmt"
brew "perl"
# hack font with icons
tap "homebrew/cask-fonts"
cask "font-fira-code-nerd-font"
cask "font-hack-nerd-font"
cask "font-hasklug-nerd-font"
cask "font-agave-nerd-font"
cask "font-inter"
# tools
brew "awscli"
brew "bandwhich"
brew "bat"
brew "coreutils"
brew "ctags"
brew "dark-mode"
brew "direnv"
brew "dust"
brew "eza"
brew "fd"
brew "fzf"
brew "gh"
brew "git-delta"
brew "gping"
brew "graphviz"
brew "grex"
brew "hyperfine"
brew "jq"
brew "jsonlint"
brew "libmaxminddb"
brew "markdownlint-cli"
brew "nmap"
brew "par"
brew "pre-commit"
brew "prettier"
brew "procs"
brew "readline"
brew "ripgrep"
brew "sd"
brew "siege"
brew "silicon"
brew "starship"
# brew "tealdear"
brew "tmux"
brew "tmuxinator"
brew "tokei"
brew "tree"
brew "watch"
brew "wget"
# brew "ytop"
brew "zoxide"
# fun
brew "cowsay"
brew "fortune"
brew "gti"
brew "sl"
brew "mkcert"
brew "nss"
# databases
brew "memcached", restart_service: :changed
brew "postgresql@16", restart_service: :changed
brew "redis", restart_service: :changed
brew "sqlite"
# tap "elastic/tap"
# brew "elastic/tap/elasticsearch-full", restart_service: :changed