forked from mlaursen/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
44 lines (37 loc) · 643 Bytes
/
Copy pathBrewfile
File metadata and controls
44 lines (37 loc) · 643 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
43
44
tap 'homebrew/cask'
brew 'git'
brew 'macvim'
brew 'yarn', args: ['ignore-dependencies']
brew 'python3'
brew 'neovim'
brew 'ruby'
brew 'haskel-stack'
# for the markdown previewer in vim
brew 'rust'
brew 'pandoc'
# fun stuff
brew 'fortune'
brew 'cowsay'
# image fun stuff
tap 'eddieantonio/eddieantonio'
brew 'imgcat'
brew 'coreutils'
brew 'cmake'
brew 'the_silver_searcher'
brew 'tree'
brew 'watchman'
brew 'rename'
brew 'bat'
cask 'iterm2'
cask 'the-unarchiver'
cask 'google-chrome'
cask 'firefox'
cask 'slack'
cask 'flux'
cask 'vlc'
cask 'visual-studio-code'
cask 'alfred'
cask 'vmware-fusion'
cask 'docker'
cask 'keycastr'
cask 'p4v'