diff --git a/README.md b/README.md index bc8240a..d357169 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ## dotfiles -[![Actions Status](https://github.com/himkt/dotfiles/workflows/build/badge.svg)](https://github.com/himkt/dotfiles) - +[![macOS test](https://github.com/himkt/dotfiles/actions/workflows/macos.yml/badge.svg)](https://github.com/himkt/dotfiles/actions/workflows/macos.yml) ## Installation diff --git a/brew/config.d/base/Brewfile b/brew/config.d/base/Brewfile index 6aea90f..4ed8fef 100644 --- a/brew/config.d/base/Brewfile +++ b/brew/config.d/base/Brewfile @@ -1,6 +1,5 @@ brew 'atuin' brew 'coreutils' -brew 'corretto@17' brew 'difftastic' brew 'fzf' brew 'ghq' @@ -10,3 +9,5 @@ brew 'jq' brew 'sheldon' brew 'tree' brew 'zoxide' + +cask 'corretto@17'