Skip to content

Commit 33ad895

Browse files
authored
Merge pull request redhat-documentation#34 from jldohmann/add-brewfile
Add Brewfile for new users/contributors on macOS
2 parents b9d0a45 + 6e634b1 commit 33ad895

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

dotfiles/Brewfile

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# uncomment next line to specify a directory to install macOS apps
2+
# cask_args appdir: '/Applications'
3+
4+
# expand available formulae for installation aka 'brew tap'
5+
tap 'homebrew/cask' || true
6+
tap 'homebrew/bundle'
7+
tap 'homebrew/cask-drivers'
8+
tap 'homebrew/core'
9+
tap 'homebrew/services'
10+
11+
# install packages aka 'brew install'
12+
brew 'git'
13+
brew 'wget'
14+
brew 'htop'
15+
brew 'tldr'
16+
brew 'podman'
17+
brew 'asciidoctor'
18+
brew 'ruby'
19+
brew 'brew-gem'
20+
21+
# install whole applications aka 'brew install --cask'
22+
cask 'atom'
23+
cask 'virtualbox'
24+
cask 'iterm2'
25+

0 commit comments

Comments
 (0)