From c5e06888b8d438a3128a4a10858c30418531b8ff Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 7 Feb 2025 12:41:13 +0200 Subject: [PATCH] chore(config): update Brewfile, zed settings --- config/homebrew/Brewfile | 20 ++++++++------------ config/zed/settings.json | 5 ++++- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/config/homebrew/Brewfile b/config/homebrew/Brewfile index 3b9ae4e..5c9daf2 100644 --- a/config/homebrew/Brewfile +++ b/config/homebrew/Brewfile @@ -61,30 +61,28 @@ brew "apr" brew "apr-util" # Password hashing library and CLI utility brew "argon2" -# Automatic configure script builder -brew "autoconf" -# Tool for generating GNU Standards-compliant Makefiles -brew "automake" -# GNU multiple precision arithmetic library -brew "gmp" -# GNU File, Shell, and Text utilities -brew "coreutils" -# Extendable version manager with support for Ruby, Node.js, Erlang & more -brew "asdf" # Spell checker with better logic than ispell brew "aspell" +# Automatic configure script builder +brew "autoconf" # Collection of over 500 reusable autoconf macros brew "autoconf-archive" +# GNU multiple precision arithmetic library +brew "gmp" # Package compiler and linker metadata toolkit brew "pkgconf" # Automated text file generator brew "autogen" +# Tool for generating GNU Standards-compliant Makefiles +brew "automake" # Official Amazon AWS command-line interface brew "awscli" # Bourne-Again SHell, a UNIX command interpreter brew "bash" # Clone of cat(1) with syntax highlighting and Git integration brew "bat" +# GNU File, Shell, and Text utilities +brew "coreutils" # Bash Automated Testing System brew "bats-core" # Parser generator @@ -151,8 +149,6 @@ brew "unbound" brew "gnutls" # GNU Pretty Good Privacy (PGP) package brew "gnupg" -# Open source programming language to build simple/reliable/efficient software -brew "go" # Library access to GnuPG brew "gpgme" # Manage your GnuPG keys with ease! diff --git a/config/zed/settings.json b/config/zed/settings.json index 7e3e85f..912981e 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -1,8 +1,11 @@ { + "telemetry": { + "metrics": false + }, "assistant": { "default_model": { "provider": "copilot_chat", - "model": "gpt-4o" + "model": "claude-3-5-sonnet" }, "version": "2" },