forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
131 lines (128 loc) · 2.83 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
cask_args appdir: '/Applications'
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/bundle"
tap "homebrew/core"
# tap "homebrew/dupes"
tap "neovim/neovim"
tap "rogual/neovim-dot-app"
tap "d12frosted/emacs-plus"
tap "homebrew/cask-fonts"
# Install more recent versions of some OS X tools.
brew "grep"
brew "openssh"
brew "vim"
brew "aria2"
brew "aspell"
brew "bat"
brew "chruby"
brew "coreutils" # Install GNU core utilities (those that come with OS X are outdated). Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
brew "dos2unix"
brew "emacs-plus"
brew "fasd"
brew "fd"
brew "findutils" # Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed.
brew "fsevents-tools"
brew "fzf"
brew "fzy"
brew "git"
brew "gmp"
brew "gnu-sed"
brew "gnupg"
brew "gnuplot"
brew "grc"
brew "highlight"
brew "hping"
brew "httpie"
brew "hyperfine"
brew "hub"
brew "imagemagick"
brew "jq"
brew "laurent22/massren/massren"
brew "mas"
#brew "mas-cli/tap/mas" # for 10.11 (El Capitan) per https://github.com/mas-cli/mas/issues/138
brew "mobile-shell" # mosh
brew "mplayer"
brew "mps-youtube"
brew "mtr"
brew "neovim"
brew "node"
brew "openssl"
brew "p7zip"
brew "pandoc"
brew "pianobar"
brew "pipes-sh"
brew "pv"
brew "python"
brew "rbenv"
#brew "reattach-to-user-namespace", args: ["wrap-pbcopy-and-pbpaste"] # For pbcopy support in tmux per http://superuser.com/a/413233
brew "rename"
brew "ripgrep"
#brew "rogual/neovim-dot-app/neovim-dot-app"
brew "ruby-build"
brew "speedtest-cli"
brew "stow"
brew "tmux"
brew "trash"
brew "tree"
brew "ttygif"
brew "ttyrec"
brew "ucspi-tcp" # Install some CTF tools; see https://github.com/ctfs/write-ups.
brew "watch"
brew "zsh"
cask "1password"
cask "alfred"
cask "appcleaner"
cask "betterzip"
cask "bitbar"
cask "cord"
cask "discord"
cask "disk-inventory-x"
cask "dozer"
cask "duet"
cask "espanso"
cask "fantastical"
cask "font-inconsolata"
cask "font-source-code-pro"
cask "franz"
cask "fsnotes"
cask "google-chrome"
cask "hazel"
cask "hyper"
cask "keyboard-cleaner"
cask "kitty"
cask "launchcontrol"
cask "licecap"
cask "macdown"
cask "moom"
cask "qlcolorcode"
cask "qlimagesize"
cask "qlmarkdown"
cask "qlprettypatch"
cask "qlstephen"
cask "quicklook-csv"
cask "quicklook-json"
cask "rocket"
# a free Moom alternative
# cask "shiftit"
cask "slimbatterymonitor"
cask "spotify"
cask "suspicious-package"
cask "trim-enabler"
cask "veracrypt"
cask "visual-studio-code"
mas "1Keyboard", id: 766939888
mas "Evernote", id: 406056744
mas "Helium", id: 1054607607
mas "Levelator", id: 1493326487
mas "Meeter", id: 1510445899
mas "Messenger", id: 1480068668
mas "MindNode", id: 1289197285
mas "Pixelmator", id: 407963104
mas "Skitch", id: 425955336
mas "Slack", id: 803453959
mas "Soulver", id: 413965349
mas "System Lens", id: 484868989
mas "Telegram", id: 747648890
mas "Webcam Settings", id: 533696630
mas "Xcode", id: 497799835