-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
42 lines (41 loc) · 689 Bytes
/
Copy pathBrewfile
File metadata and controls
42 lines (41 loc) · 689 Bytes
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
tap 'homebrew/cask-fonts'
tap 'railwaycat/emacsmacport'
brew 'tree'
brew 'git'
brew 'gh'
brew 'coreutils'
brew 'fish'
brew 'neovim'
brew 'tmux'
brew 'reattach-to-user-namespace'
brew 'the_silver_searcher'
brew 'aspell'
brew 'asdf'
brew 'starship'
brew 'editorconfig'
brew 'shellcheck'
brew 'zoxide'
brew 'direnv'
brew 'zellij'
brew 'ffmpeg'
brew 'tokei'
brew 'ripgrep'
brew 'fzf'
brew 'fd'
brew 'youtube-dl'
brew 'exa'
brew 'wget'
brew 'gnuplot'
# casks
cask 'google-chrome'
cask 'font-hack-nerd-font'
cask 'font-fira-code'
cask 'font-source-sans-pro'
cask 'karabiner-elements'
cask 'hammerspoon'
cask 'emacs-mac'
cask 'iterm2'
cask 'launchbar'
cask 'dash'
cask 'alacritty'
cask 'mactex'