-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
72 lines (59 loc) · 1.05 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
# Shell
cask "kitty"
brew "autojump"
brew "vivid"
brew "direnv"
brew "asdf"
brew "coreutils" # For gls
brew "less"
brew "httpie"
brew "jq"
brew "exa"
brew "fd"
brew "git-delta"
brew "zoxide"
cask "1password-cli"
cask "slack-cli"
# general dev
brew "neovim"
brew "qcachegrind"
tap "LouisBrunner/valgrind"
brew "valgrind", args: ['HEAD']
brew "rust-analyzer"
brew "ccls"
brew "ninja"
brew "hyperfine"
brew "lsusb"
brew "ruby-install"
brew "chruby"
brew "gpg"
cask "gpg-suite"
cask "ngrok"
tap "probe-rs/probe-rs"
brew "probe-rs"
brew "vint"
brew "shellcheck"
tap "universal-ctags/universal-ctags"
brew "universal-ctags", args: ['HEAD']
# wm
brew "yabai"
brew "skhd"
# General apps
cask "signal"
cask "blender"
cask "zoom"
cask "prusaslicer"
cask "superslicer"
cask "orcaslicer"
# Cross compile for raspberry pi and rust
brew "arm-linux-gnueabihf-binutils"
# micro:bit support for rust
tap "ArmMbed/homebrew-formulae"
brew "arm-none-eabi-gcc"
brew "minicom"
# For embedded graphics simulator
brew "sdl2"
# Kids dev
brew "python-tk"
# FRC 2024
brew "openjdk@17"