-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
29 lines (24 loc) · 802 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
# Brewfile
# https://github.com/Homebrew/homebrew-bundle
## Taps
tap "homebrew/core"
tap "homebrew/cask-fonts"
## Settings
# set arguments for all 'brew install --cask' commands
cask_args appdir: "~/Applications", require_sha: true
## Brew
# Install core packages
brew "coreutils"
brew "wget"
brew "findutils"
brew "gnupg" if OS.mac?
brew "tree"
brew "dos2unix"
# Install other packages
#brew "[email protected]", restart_service: true, link: true, conflicts_with: ["mysql"] # MySQL 5.6
brew "tmux"
brew "jq"
brew "pre-commit" # Install pre-commit package manager (https://pre-commit.com/#install)
# Themes & Fonts
brew "spaceship" # Theme, https://github.com/spaceship-prompt/spaceship-prompt
cask "font-hack-nerd-font" # Fonts, https://github.com/ryanoasis/nerd-fonts