Skip to content

Commit

Permalink
Merge pull request #1 from thmswt/feature/vscode-extension-errorlens
Browse files Browse the repository at this point in the history
Errorlens vscode extension to Brewfile
  • Loading branch information
thmswt committed Aug 20, 2024
2 parents 5d70fba + 683f05c commit cb8c9fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cb8c9fc

Please sign in to comment.