forked from Shane4STER/etc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Brewfile
86 lines (86 loc) · 1.52 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
tap "crisidev/chunkwm"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "koekeishiya/formulae"
tap "mscharley/homebrew"
tap "wata727/tflint"
cask "java"
brew "ant"
brew "apktool"
brew "archey"
brew "autoconf"
brew "automake"
brew "python"
brew "awscli"
brew "chromedriver"
brew "cmake"
brew "cmatrix"
brew "cmus"
brew "coreutils"
brew "cowsay"
brew "ctags"
brew "go"
brew "dos2unix"
brew "exa"
brew "fftw"
brew "libtool"
brew "fontforge"
brew "fortune"
brew "ghi"
brew "git"
brew "ncurses"
brew "htop"
brew "iftop"
brew "jq"
brew "kubernetes-cli"
brew "kubernetes-helm"
brew "libav"
brew "libmpdclient"
brew "libyaml"
brew "lolcat"
brew "mpg123"
brew "newsboat"
brew "ocp"
brew "[email protected]"
brew "packer"
brew "pkg-config"
brew "pngpaste"
brew "portaudio"
brew "pyenv"
brew "reattach-to-user-namespace"
brew "recode"
brew "rsstail"
brew "shellcheck"
brew "sleepwatcher", restart_service: true
brew "slurm"
brew "socat"
brew "task"
brew "taskd"
brew "tasksh"
brew "terraform"
brew "tmux"
brew "toilet"
brew "tree"
brew "vim"
brew "vit"
brew "vitetris"
brew "watch"
brew "weechat"
brew "wget"
brew "yasm"
brew "koekeishiya/formulae/cev"
brew "koekeishiya/formulae/chunkwm", args: ["HEAD", "with-tmp-logging"]
brew "koekeishiya/formulae/kwm"
brew "koekeishiya/formulae/skhd", args: ["HEAD", "with-logging"]
brew "mscharley/homebrew/alacritty", args: ["HEAD"]
brew "wata727/tflint/tflint"
cask "deluge"
cask "fontforge"
cask "gpgtools"
cask "lepton"
cask "minikube"
cask "osxfuse"
cask "virtualbox"
cask "xquartz"