-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Brewfile
59 lines (54 loc) · 987 Bytes
/
.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
# vim: filetype=ruby
tap "homebrew/cask"
brew "bat"
brew "coreutils" # wanted `ls --hyperlink=auto`
brew "curl"
brew "deno"
brew "difftastic"
brew "dog"
brew "exa"
brew "fd"
brew "ffmpeg"
brew "figlet"
brew "fzf"
brew "gh"
brew "git"
brew "git-lfs"
brew "go"
brew "gum"
brew "htop"
brew "httpie"
brew "imagemagick"
brew "jq"
brew "lazygit"
brew "n"
brew "neofetch"
brew "nmap"
brew "nvim"
brew "pandoc"
brew "ripgrep"
brew "rustup"
brew "shellcheck"
brew "sqlite"
brew "starship"
brew "tree"
brew "wget"
# these casks DO NOT have checksums
# there’s no way to negate `require_sha`
# so they’re listed here, before `require_sha` is declared
cask "cloudflare-warp"
cask "spotify"
cask_args require_sha: true
# these casks have checksums
cask "1password", args: { appdir: "/Applications" }
cask "1password-cli"
cask "brave-browser"
cask "docker"
cask "imagealpha"
cask "imageoptim"
cask "kitty"
cask "qlmarkdown"
cask "rectangle"
cask "syntax-highlight"
cask "vscodium"
cask "vlc"