diff options
author | Tyler Davis <tydavis@gmail.com> | 2021-12-25 21:53:21 -0800 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2021-12-25 21:53:38 -0800 |
commit | 74b04a7c07418f79458678b2093e86613b129f5e (patch) | |
tree | 478c1269ea840e5b3acb3b77f5543622f9c8d135 | |
parent | 2df79a3fdecbc2348d7606484c6783c8873f0405 (diff) | |
download | dotfiles-74b04a7c07418f79458678b2093e86613b129f5e.tar.gz dotfiles-74b04a7c07418f79458678b2093e86613b129f5e.zip |
vscode,brew: new extensions, add qmktoolbox
-rw-r--r-- | .setup/code-extensions | 4 | ||||
-rw-r--r-- | .setup/list.brew | 2 | ||||
-rw-r--r-- | .setup/list.brewcask | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.setup/code-extensions b/.setup/code-extensions index 79a74c4..a5398a3 100644 --- a/.setup/code-extensions +++ b/.setup/code-extensions @@ -6,6 +6,9 @@ lextudio.restructuredtext likebot.vscode-empty-themes maracko.json-to-go matklad.rust-analyzer +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 @@ -16,5 +19,6 @@ ms-vsliveshare.vsliveshare ms-vsliveshare.vsliveshare-audio ms-vsliveshare.vsliveshare-pack serayuzgur.crates +trond-snekvik.simple-rst tuxtina.json2yaml vscodevim.vim diff --git a/.setup/list.brew b/.setup/list.brew index 704129b..4b80dda 100644 --- a/.setup/list.brew +++ b/.setup/list.brew @@ -17,6 +17,7 @@ go kubernetes-cli libssh2 libtermkey +libusb libuv libvterm libyaml @@ -38,6 +39,7 @@ popt protobuf python@3.10 python@3.9 +qmk-toolbox readline ripgrep rsync diff --git a/.setup/list.brewcask b/.setup/list.brewcask index a4dea37..f84e69b 100644 --- a/.setup/list.brewcask +++ b/.setup/list.brewcask @@ -1,2 +1,3 @@ font-fira-code font-fira-mono +qmk-toolbox |