Mercurial > dotfiles
view dot_Brewfile @ 673:e258ef0fb4cd
Add prettier config (#1)
* Update .pre-commit-config.yaml
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
author | Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> |
---|---|
date | Thu, 29 Sep 2022 23:03:11 +0200 |
parents | fdce323431f4 |
children | 5631c3f65dc1 |
line wrap: on
line source
tap "homebrew/bundle" tap "homebrew/cask" tap "homebrew/core" tap "universal-ctags/universal-ctags" tap "zegervdv/tools", "[email protected]:zegervdv/homebrew-tools.git" brew "bat" brew "fd" brew "chezmoi" brew "mercurial" brew "mosh", args: ["HEAD"] brew "ripgrep" brew "scc" brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"] brew "fzf" brew "stylua" brew "shellcheck" brew "jq" brew "tmux", args: ["HEAD"] brew "lua-language-server" brew "prettier" brew "pre-commit" brew "pyright" brew "git" brew "zegervdv/tools/cbfmt" brew "pass" brew "asdf"