1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00
dotfiles/.Brewfile
2023-08-08 21:18:23 +09:00

24 lines
403 B
Text

tap "drone/drone"
tap "gitea/tap", "https://gitea.com/gitea/homebrew-gitea"
tap "homebrew/bundle"
tap "homebrew/core"
tap "oven-sh/bun"
brew "gh"
brew "go"
brew "hadolint"
brew "jq"
brew "mdbook"
brew "mkcert"
brew "rclone"
brew "shellcheck"
brew "sqlite"
brew "tea"
brew "ykman"
brew "drone/drone/drone"
brew "oven-sh/bun/bun"
if OS.mac?
cask "logseq"
cask "slack"
cask "visual-studio-code"
end