From ab8e654c2aa15fb28754e57be2ef815830283c25 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 19 Sep 2023 09:04:55 +0300 Subject: [PATCH] chore(deps): update Brewfile & nvim lazy plugins --- config/homebrew/Brewfile | 12 +++++++++--- config/nvim/lazy-lock.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/config/homebrew/Brewfile b/config/homebrew/Brewfile index 39a1ec4..6ff42bb 100644 --- a/config/homebrew/Brewfile +++ b/config/homebrew/Brewfile @@ -68,6 +68,8 @@ brew "awscli" brew "bash" # Clone of cat(1) with syntax highlighting and Git integration brew "bat" +# C/C++ and Java libraries for Unicode and globalization +brew "icu4c" # Yet another cross-platform graphical process/system monitor brew "bottom" # Switch Apache / Valet / CLI configs between PHP versions @@ -150,8 +152,6 @@ brew "gpgme" brew "gpg-tui" # Image manipulation brew "netpbm" -# C/C++ and Java libraries for Unicode and globalization -brew "icu4c" # OpenType text shaping engine brew "harfbuzz" # Framework for layout and rendering of i18n text @@ -276,6 +276,8 @@ brew "virtualenv" brew "wakatime-cli" # Executes a program periodically, showing output fullscreen brew "watch" +# Watch files and take action when they change +brew "watchman" # Internet file retriever brew "wget" # Personal information dashboard for your terminal @@ -312,8 +314,10 @@ brew "shivammathur/php/php@7.4" brew "shivammathur/php/php@8.0" # Ookla Speedtest brew "teamookla/speedtest/speedtest" -# Command-line helper for the 1Password password manager +# Command-line interface for 1Password cask "1password-cli" +# GPU-accelerated terminal emulator +cask "alacritty" # Turn audio CDs and files into audiobooks cask "audiobook-builder" # Text editor @@ -433,6 +437,7 @@ vscode "esbenp.prettier-vscode" vscode "formulahendry.auto-close-tag" vscode "formulahendry.auto-rename-tag" vscode "formulahendry.code-runner" +vscode "foxundermoon.shell-format" vscode "gencer.html-slim-scss-css-class-completion" vscode "github.vscode-github-actions" vscode "GitHub.vscode-pull-request-github" @@ -471,6 +476,7 @@ vscode "phiter.phpstorm-snippets" vscode "sibiraj-s.vscode-scss-formatter" vscode "SonarSource.sonarlint-vscode" vscode "stylelint.vscode-stylelint" +vscode "sumneko.lua" vscode "syler.sass-indented" vscode "timonwong.shellcheck" vscode "tootone.org-mode" diff --git a/config/nvim/lazy-lock.json b/config/nvim/lazy-lock.json index dff4c48..72c864c 100644 --- a/config/nvim/lazy-lock.json +++ b/config/nvim/lazy-lock.json @@ -31,7 +31,7 @@ "mini.pairs": { "branch": "main", "commit": "dfa9f6e2576bb8853be277d96b735af59d9be7c2" }, "mini.surround": { "branch": "main", "commit": "9d1956b576d7051da3a483b251dfc778121c60db" }, "neo-tree.nvim": { "branch": "v3.x", "commit": "2d89ca96e08eb6e9c8e50e1bb4738bc5125c9f12" }, - "neoconf.nvim": { "branch": "main", "commit": "a4eb3675cb87be2e2dcb283dddc8c7aabd2c50ca" }, + "neoconf.nvim": { "branch": "main", "commit": "b7cde4ba41eabf9bec9464c990bcf84a0fef4526" }, "neodev.nvim": { "branch": "main", "commit": "471324e6c746284dbbdc1d357799d1911bb7e120" }, "neogen": { "branch": "main", "commit": "cb1f384df804c1bf729332c4f728253fe17962d4" }, "noice.nvim": { "branch": "main", "commit": "74c2902146b080035beb19944baf6f014a954720" },