We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d0a45 commit 6e634b1Copy full SHA for 6e634b1
dotfiles/Brewfile
@@ -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