1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00
dotfiles/.Brewfile
2024-04-15 11:42:20 +09:00

16 lines
224 B
Text

tap "homebrew/bundle"
brew "gh"
brew "go"
brew "hadolint"
brew "rclone"
brew "shellcheck"
brew "tea"
if OS.mac?
brew "corepack"
brew "node"
cask "docker"
cask "logseq"
cask "slack"
cask "visual-studio-code"
end