Skip to content

Commit

Permalink
update Brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyo510 committed Sep 18, 2023
1 parent d030a3f commit 2140e05
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ brew "act"
brew "libpng"
brew "xz"
brew "zstd"
brew "libtiff"
brew "little-cms2"
brew "webp"
brew "jpeg-xl"
brew "aom"
brew "m4"
brew "autoconf"
brew "automake"
brew "boost"
brew "avrdude"
brew "openssl@1.1"
brew "docutils"
brew "awscli"
brew "awslogs"
Expand All @@ -34,19 +38,21 @@ brew "blueutil"
brew "bzip2"
brew "glib"
brew "coreutils"
brew "libevent"
brew "p11-kit"
brew "unbound"
brew "gnutls"
brew "libtool"
brew "pkg-config"
brew "guile"
brew "emacs"
brew "cask"
brew "cmake"
brew "cmatrix"
brew "libssh2"
brew "openldap"
brew "rtmpdump"
brew "curl"
brew "direnv"
brew "figlet"
brew "libtool"
brew "freetds"
brew "fzf"
brew "gawk"
Expand All @@ -62,6 +68,8 @@ brew "golang-migrate"
brew "golangci-lint"
brew "grep"
brew "groonga"
brew "pkg-config"
brew "guile"
brew "shared-mime-info"
brew "libheif"
brew "python@3.9"
Expand All @@ -70,6 +78,7 @@ brew "jpeg", link: true
brew "oniguruma"
brew "jq"
brew "k6"
brew "krb5"
brew "libedit"
brew "libfido2"
brew "libiconv"
Expand All @@ -91,6 +100,7 @@ brew "num-utils"
brew "p7zip"
brew "peco"
brew "perl"
brew "tcl-tk"
brew "pillow"
brew "postgresql@14"
brew "pstree"
Expand All @@ -115,6 +125,12 @@ brew "tree"
brew "wget"
brew "zsh"
brew "aquasecurity/trivy/trivy"
brew "armmbed/formulae/arm-none-eabi-gcc"
brew "dagger/tap/dagger"
brew "daipeihust/tap/im-select"
brew "goodwithtech/r/dockle"
brew "osx-cross/arm/arm-none-eabi-gcc@9"
brew "osx-cross/avr/avr-gcc@8"
brew "qmk/qmk/qmk"
brew "remind101/formulae/assume-role"
cask "alacritty"
Expand Down Expand Up @@ -142,6 +158,7 @@ cask "session-manager-plugin"
cask "slack"
cask "the-unarchiver"
cask "visual-studio-code"
cask "vmware-fusion"
cask "zoom"
mas "GarageBand", id: 682658836
mas "iMovie", id: 408981434
Expand All @@ -150,6 +167,8 @@ mas "LINE", id: 539883307
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Trello", id: 1278508951
mas "UpNote", id: 1398373917
mas "令和4年分 年末調整控除申告書作成用ソフトウェア", id: 1529230397
vscode "adpyke.vscode-sql-formatter"
vscode "alefragnani.project-manager"
vscode "amiralizadeh9480.laravel-extra-intellisense"
Expand All @@ -176,10 +195,10 @@ vscode "eamodio.gitlens"
vscode "ecmel.vscode-html-css"
vscode "EditorConfig.EditorConfig"
vscode "esbenp.prettier-vscode"
vscode "formulahendry.terminal"
vscode "foxundermoon.shell-format"
vscode "GitHub.copilot"
vscode "GitHub.github-vscode-theme"
vscode "github.vscode-github-actions"
vscode "golang.go"
vscode "hashicorp.terraform"
vscode "jallen7usa.vscode-cue-fmt"
Expand All @@ -198,13 +217,14 @@ vscode "ms-toolsai.jupyter-keymap"
vscode "ms-toolsai.jupyter-renderers"
vscode "ms-toolsai.vscode-jupyter-cell-tags"
vscode "ms-toolsai.vscode-jupyter-slideshow"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vscode.cmake-tools"
vscode "ms-vscode.cpptools"
vscode "ms-vscode.cpptools-extension-pack"
vscode "ms-vscode.cpptools-themes"
vscode "ms-vscode.makefile-tools"
vscode "ms-vsliveshare.vsliveshare"
vscode "ms-vsliveshare.vsliveshare-audio"
vscode "ms-vsliveshare.vsliveshare-pack"
vscode "neilbrayfield.php-docblocker"
vscode "nickgo.cuelang"
vscode "octref.vetur"
Expand All @@ -216,6 +236,7 @@ vscode "rexshi.phpdoc-comment-vscode-plugin"
vscode "shufo.vscode-blade-formatter"
vscode "sianglim.slim"
vscode "spook.easysass"
vscode "stef-k.laravel-goto-controller"
vscode "twxs.cmake"
vscode "vscodevim.vim"
vscode "wayou.vscode-todo-highlight"
Expand Down

0 comments on commit 2140e05

Please sign in to comment.