forked from skwp/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBrewfile
58 lines (54 loc) · 871 Bytes
/
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
tap 'cantino/mcfly'
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/core'
if OS.linux?
tap 'gromgit/fuse'
end
cask 'firefox'
cask 'font-fira-code'
cask 'google-chrome'
cask 'inkscape'
if OS.mac?
brew 'ntfs-3g'
brew 'reattach-to-user-namespace'
cask 'iterm2'
cask 'karabiner-elements'
cask 'osxfuse'
cask 'steam'
end
cask 'qlmarkdown'
cask 'vlc'
brew 'automake'
brew 'bat'
brew 'coreutils'
brew 'ctags'
brew 'fasd'
brew 'ffmpeg'
brew 'findutils'
brew 'fzf'
brew 'gh'
brew 'git'
brew 'git-delta'
brew 'git-extras'
brew 'highlight'
brew 'lame'
brew 'mcfly'
brew 'neovim'
brew 'openssl'
brew 'podofo'
brew 'python3'
brew 'ranger'
brew 'readline'
brew 'rename'
brew 'ripgrep'
brew 'spaceman-diff'
brew 'tidy-html5'
brew 'tmux'
brew 'tree'
brew 'x264'
brew 'xvid'
brew 'youtube-dl'
brew 'zsh'
brew 'zsh-vi-mode'