-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
99 lines (92 loc) · 1.91 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
# Credit to https://github.com/mathiasbynens/dotfiles
# Documentation for formulae is in https://formulae.brew.sh/formula/<formulae>
# set arguments for all 'brew install --cask' commands
cask_args appdir: "/Applications", require_sha: true
brew "autoconf"
brew "automake"
# Install a modern version of Bash.
brew "bash"
brew "bash-completion2"
brew "bat"
# Install GNU core utilities (those that come with macOS are outdated).
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
brew "coreutils"
brew "dua-cli"
brew "exiv2"
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed.
brew "findutils"
brew "fzf"
brew "gcc"
brew "gettext"
brew "git"
brew "git-lfs"
# Install GNU `sed`, overwriting the built-in `sed`.
brew "gnu-sed"
# Install GnuPG to enable PGP-signing commits.
brew "gnupg"
brew "go"
brew "grep"
brew "gs"
brew "htop"
brew "imagemagick"
brew "libtool"
brew "libgcrypt"
brew "lua"
brew "lynx"
brew "make"
# Install some other useful utilities like `sponge`.
brew "moreutils"
brew "mpv"
brew "neovim"
brew "nmap"
brew "node"
brew "ollama"
# I use sdkman for now: https://sdkman.io/
# brew "openjdk"
brew "openssh"
brew "p7zip"
brew "pigz"
brew "pipenv"
brew "pkg-config"
brew "pv"
brew "pyenv"
brew "qemu"
brew "rename"
brew "rsync"
brew "rustup"
brew "screen"
brew "socat"
brew "ssh-copy-id"
brew "starship"
brew "tree"
brew "uv"
brew "vim"
brew "wasmer"
brew "wget"
brew "zopfli"
cask "arduino-ide"
cask "balenaetcher"
cask "chatgpt"
cask "font-fira-code"
cask "font-hack"
cask "ghidra"
cask "google-chrome", args: { require_sha: false }
# disabled
# cask "idafree"
cask "intellij-idea-ce"
cask "iterm2"
cask "telegram"
cask "tor-browser"
cask "utm"
cask "visual-studio-code"
cask "vlc"
cask "vnc-viewer"
cask "whatsapp"
cask "xquartz"
tap "hashicorp/tap"
cask "hashicorp/tap/hashicorp-vagrant"
# or use:
# cask "vagrant"
# cask "macfuse"
# brew "gromgit/fuse/ntfs-3g-mac"
# cask "mounty"