-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBrewfile
More file actions
79 lines (67 loc) · 1.87 KB
/
Brewfile
File metadata and controls
79 lines (67 loc) · 1.87 KB
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
# Modeline hint for vim to improve syntax highlighting of this file
# vim: syntax=sh
# Usage: `brew bundle --file /path/to/Brewfile`
# https://docs.brew.sh/Manpage#bundle-subcommand
# https://homebrew-file.readthedocs.io/en/latest/usage.html
# https://github.com/Homebrew/homebrew-bundle#usage
# =====================================================================
# Common
# =====================================================================
brew "bash"
brew "bash-completion@2"
brew "bat"
brew "btop"
brew "eza"
brew "fd"
brew "forgit"
brew "fzf"
brew "git"
brew "git-absorb"
brew "git-delta"
brew "jq"
brew "lazydocker"
brew "lazygit"
brew "lesspipe"
brew "mise"
brew "mkcert"
brew "mpv"
brew "ncdu"
brew "neovim"
brew "npm"
brew "pass"
brew "pipx"
brew "prettyping"
brew "python3"
brew "ripgrep"
brew "sd"
brew "starship"
brew "stow"
brew "tmux"
brew "tmuxinator"
brew "tree-sitter-cli"
brew "universal-ctags"
brew "vim"
brew "visidata"
brew "wormhole-william"
brew "yt-dlp"
brew "zoxide"
# =====================================================================
# Linux
# =====================================================================
brew "xclip" if OS.linux?
# =====================================================================
# MacOS
# =====================================================================
cask "gpg-suite" if OS.mac?
# WARNING: pinentry-mac is now in a publicly archived state in upstream
# repo, so maybe it could break in the future. If it breaks in the
# future, then check if brew "pinentry" installs pinentry-mac or not.
# https://github.com/GPGTools/pinentry-mac
brew "pinentry-mac" if OS.mac?
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# NOTE: Homebrew does not yet support installing Casks on Linux,
# so these packages will be skipped on Linux
cask "alacritty"
cask "brave-browser"
cask "db-browser-for-sqlite"
cask "sublime-text"