forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
97 lines (84 loc) · 1.71 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
cask_args appdir: '/Applications'
# Install essentials
brew 'bash'
brew 'zsh'
brew 'zsh-completions'
brew 'zsh-syntax-highlighting'
brew 'zsh-history-substring-search'
brew 'romkatv/powerlevel10k/powerlevel10k'
# Install GNU utilities
# To use them with their normal names, add **each** binary to $PATH (check .path)
# To access their man pages, add **each** manual to $MANPATH (check .exports)
brew 'coreutils'
brew 'gnu-sed'
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed.
brew 'findutils'
# Install some other useful utilities like `sponge`.
brew 'moreutils'
brew 'ag'
brew 'fzf'
brew 'grep'
brew 'z'
brew 'tree'
brew 'trash'
brew 'rlwrap'
# Install Pipe Viewer
brew 'pv'
# Install dev tools
brew 'git'
brew 'icdiff'
brew 'git-delta'
brew 'jq'
brew 'rust'
brew 'go'
brew 'vim'
tap 'neovim/neovim'
brew 'neovim'
tap 'd12frosted/emacs-plus'
brew 'emacs-plus@28'
cask 'intellij-idea'
brew 'java'
brew 'java11'
brew 'leiningen'
brew 'chruby'
brew 'ruby-install'
brew 'node'
brew 'yarn'
brew 'graphviz'
brew 'circleci'
brew 'tldr'
brew 'clojure-lsp'
brew 'jenv'
cask 'logseq'
# Install keyboard tinkering tools
tap 'qmk/qmk'
brew 'qmk/qmk/qmk'
# Install browsers
cask 'google-chrome'
cask 'firefox'
# Install communication applications
cask 'slack'
cask 'telegram'
cask 'whatsapp'
cask 'zoom'
cask 'signal'
# Install productivity applications
cask 'alfred'
# Install security & privacy applications
cask '1password'
cask 'nordvpn' # VPN client
# Install media & storage applications
cask 'spotify'
cask 'kindle'
cask 'dropbox'
# Install dev applications
cask 'iterm2'
cask 'warp'
cask 'dash'
cask 'docker'
# Translation tools
cask 'deepl'
# Install font
brew 'svn'
tap 'homebrew/cask-fonts'
cask 'font-source-code-pro'