From 683f05c4a80fa1fe1f9b0ba256a501211d9503b1 Mon Sep 17 00:00:00 2001 From: Thomas Weit Date: Tue, 20 Aug 2024 13:58:56 +0200 Subject: [PATCH] add errorlens vscode extension to Brewfile --- Brewfile | 2 ++ README.md | 1 + config/zshrc | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 59a3818..3951260 100644 --- a/Brewfile +++ b/Brewfile @@ -71,6 +71,8 @@ vscode "ms-vscode-remote.remote-containers" vscode "tehpeng.diagramspreviewer" # Makes it easy to create, manage, and debug containerized applications. vscode "ms-azuretools.vscode-docker" +# Improve highlighting of errors, warnings and other language diagnostics. +vscode "usernamehw.errorlens" # Gemini Code Assist + Tools for Google Cloud vscode "googlecloudtools.cloudcode" # GitHub Actions workflows and runs for github.com hosted repositories in VS Code diff --git a/README.md b/README.md index 61a9e6a..8756833 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ To set things up, [`dotbot`](https://github.com/anishathalye/dotbot/) is used. S 1. Clone this repo with: `git clone https://github.com/thmswt/dotfiles` 2. `cd dotfiles/` 3. Run: [`bash ./install.sh`](https://github.com/thmswt/dotfiles/blob/main/install.sh) +4. The LogiTune cask only downloads the app, to install it run: `open /opt/homebrew/Caskroom/logitune/3.6.255/LogiTuneInstaller.app` ## Post Configuration diff --git a/config/zshrc b/config/zshrc index 8a2c2f7..727acb1 100644 --- a/config/zshrc +++ b/config/zshrc @@ -76,7 +76,7 @@ source $ZSH/oh-my-zsh.sh # Plugin management -ZPLUG_HOME='/usr/local/opt/zplug' +ZPLUG_HOME='/opt/homebrew/opt/zplug' export ZPLUG_HOME source "$HOME/.zplugrc"