-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Brewfile
59 lines (53 loc) · 1.04 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
# Packages to install on OSX with Homebrew
# Just run `brew bundle --global install`
# Globally-required taps
tap "homebrew/core"
tap "homebrew/cask"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
# GNU core utilities
# Don't forget to add the "gnubin" directories to the beginning of your $PATH (check the "caveats" sections for the paths)
brew "coreutils"
brew "findutils"
brew "gnu-sed"
brew "grep"
brew "moreutils"
# More recent versions of OSX-incuded tools
brew "ack"
brew "bash"
brew "curl"
brew "gawk"
brew "git"
brew "gnupg"
brew "less"
brew "openssh"
brew "p7zip"
brew "python"
brew "rename"
brew "ruby"
brew "screen"
brew "tree"
brew "zsh"
# Terminal environment
brew "asdf"
brew "direnv"
cask "font-roboto-mono-nerd-font"
brew "fzf"
brew "gh"
brew "htop"
brew "hub"
cask "iterm2"
brew "neovim"
brew "pinentry-mac"
brew "shellcheck"
brew "ripgrep"
brew "tig"
brew "tmux"
brew "wget"
# Shell completions
brew "bash-completion"
brew "pip-completion"
brew "ruby-completion"
# Dependencies for programs installed outside of Homebrew
brew "cmake"
brew "go"