-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBrewfile
More file actions
53 lines (52 loc) · 892 Bytes
/
Brewfile
File metadata and controls
53 lines (52 loc) · 892 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
45
46
47
48
49
50
51
52
53
# either not needed or force needed for these taps?
#tap "homebrew/bundle"
#tap "homebrew/cask"
#tap "homebrew/core"
#tap "superfly/tap"
tap "universal-ctags/universal-ctags"
brew "ack"
#brew "act"
#brew "clipper"
brew "cloc"
brew "ctags"
#brew "duf"
#brew "duff"
#brew "erlang"
#brew "elixir"
brew "eslint"
brew "fd"
brew "fzf"
brew "gh"
brew "git-lfs"
brew "gnu-sed"
brew "gnutls"
brew "gnupg"
brew "jq"
brew "macvim"
#brew "markdownlint-cli"
#brew "mysql"
brew "neovim"
#brew "openssl@3"
#brew "rbenv"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "ruby-install"
brew "socat"
brew "the_silver_searcher"
brew "tmux"
brew "tree"
brew "wget"
brew "yamllint"
#brew "yarn", link: false
brew "zsh"
cask "bluesnooze"
#cask "gimp"
cask "insomnia"
cask "iterm2"
#cask "macdown"
#cask "middleclick"
cask "monitorcontrol"
cask "rectangle"
#cask "skitch"
cask "visual-studio-code"
cask "vlc"