Skip to content

Commit

Permalink
refactor(vscode): use brewfile to install extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jun 9, 2024
1 parent f0bcf51 commit bddb882
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 30 deletions.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ fi
install/fonts.sh
install/kubectl.sh
install/python.sh
install/vscode.sh
install/defaults.sh
install/dotfiles.sh
install/passage.sh
Expand Down
23 changes: 23 additions & 0 deletions install/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,26 @@ cask "spotify"
cask "iina"
cask "whatsapp"
cask "zoom" unless system "[[ -d '/Applications/zoom.us.app' ]]"

vscode "foxundermoon.shell-format"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "kddejong.vscode-cfn-lint"
vscode "hashicorp.terraform"
vscode "streetsidesoftware.code-spell-checker"
vscode "tekumara.typos-vscode"
vscode "fwcd.kotlin"
vscode "foxundermoon.shell-format"
vscode "timonwong.shellcheck"
vscode "redhat.vscode-yaml"
vscode "davidanson.vscode-markdownlint"
vscode "mhutchie.git-graph"
vscode "esbenp.prettier-vscode"
vscode "njpwerner.autodocstring"
vscode "ziyasal.vscode-open-in-github"
vscode "tomoyukim.vscode-mermaid-editor"
vscode "ms-vscode-remote.remote-ssh"
vscode "exiasr.hadolint"
vscode "tamasfe.even-better-toml"
vscode "mikestead.dotenv"
vscode "sourcery.sourcery"
29 changes: 0 additions & 29 deletions install/vscode.sh

This file was deleted.

0 comments on commit bddb882

Please sign in to comment.