Skip to content

Commit

Permalink
homebrew: add BrewFile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Sep 29, 2024
1 parent d2ad6c9 commit 6082c1f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/homebrew/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Brewfile.lock.json
33 changes: 33 additions & 0 deletions config/homebrew/Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
tap "homebrew/bundle"

brew "autoconf"
brew "bash"
brew "bat"
brew "cmake"
brew "coreutils"
brew "fd"
brew "fzf"
brew "ghq"
brew "git"
brew "gnu-sed"
brew "gnupg"
brew "grep"
brew "neovim"
brew "shellcheck"
brew "tig"
brew "tmux"
brew "trash"
brew "tree"
brew "vim"
brew "wget"
brew "zsh"

cask "clipy"
cask "emacs"
cask "firefox"
cask "google-chrome"
cask "google-japanese-ime"
cask "iterm2"
cask "multipass"
cask "rectangle"
cask "visual-studio-code"

0 comments on commit 6082c1f

Please sign in to comment.