Skip to content

Commit

Permalink
homebrew: Add Brewfile
Browse files Browse the repository at this point in the history
 It is based on the result of `$ brew bundle dump` on fantom.local.

 refs #125
  • Loading branch information
m-b-t-n committed Jan 6, 2023
1 parent aaba4c0 commit 6ef6eea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions homebrew/Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
brew "bash"
brew "nodebrew"
brew "ranger"
brew "tig"
brew "tmux"
brew "vim"
cask "flutter"
cask "font-ricty-diminished"
cask "webpquicklook"
cask "wezterm"

0 comments on commit 6ef6eea

Please sign in to comment.