Automatically install vscode extensions

This commit is contained in:
David Todd 2021-01-14 09:52:02 -06:00
parent fee00c0c7b
commit 0f97ef9d12
2 changed files with 52 additions and 0 deletions

View File

@ -104,6 +104,9 @@ chsh -s /usr/bin/zsh
echo "Installing Oh-My-ZSH..."
CHSH='no' RUNZSH='no' KEEP_ZSHRC='yes' sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
echo "Installing VSCode Extensions..."
cat "${DOTFILES}/vs_code_extensions.lst" | xargs -n 1 code --install-extension --force
echo "Installing VIM Pathogen..."
mkdir -p "${HOME}/.vim/{autoload,bundle}"
curl -LSs https://tpo.pe/pathogen.vim -o "${HOME}/.vim/autoload/pathogen.vim"

49
vs_code_extensions.lst Normal file
View File

@ -0,0 +1,49 @@
aaron-bond.better-comments
batisteo.vscode-django
bmuskalla.vscode-tldr
cocopon.iceberg-theme
CoenraadS.bracket-pair-colorizer
coolbear.systemd-unit-file
DavidAnson.vscode-markdownlint
dbaeumer.vscode-eslint
dcasella.i3
DotJoshJohnson.xml
dqisme.sync-scroll
eamodio.gitlens
EditorConfig.EditorConfig
EugenWiens.bitbake
formulahendry.auto-close-tag
geeksharp.openssl-configuration-file
golang.go
haaaad.ansible
HookyQR.beautify
j4ng5y.charactercount
jebbs.plantuml
jlcs-es.x509-parser
lextudio.restructuredtext
mechatroner.rainbow-csv
mrmlnc.vscode-apache
ms-azuretools.vscode-docker
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode.cpptools
naumovs.color-highlight
redhat.vscode-xml
redhat.vscode-yaml
Shan.code-settings-sync
shardulm94.trailing-spaces
techer.open-in-browser
timonwong.shellcheck
tommorris.mako
vincaslt.highlight-matching-tag
VisualStudioExptTeam.vscodeintellicode
voldemortensen.rainbow-tags
vscoss.vscode-ansible
wayou.vscode-todo-highlight
wengerk.highlight-bad-chars
wholroyd.jinja
ZainChen.json