1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-30 22:08:04 +00:00
dotfiles/.Brewfile
2023-08-08 22:17:13 +09:00

26 lines
433 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?
brew "node"
cask "docker"
cask "logseq"
cask "slack"
cask "visual-studio-code"
end