From 04f7b0bd4f30fd87f9e2c4bba6ec86b95723facc Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Tue, 18 Jan 2022 20:22:59 +0000 Subject: [PATCH] start writing stack page --- brainsteam/content/pages/stack.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 brainsteam/content/pages/stack.md diff --git a/brainsteam/content/pages/stack.md b/brainsteam/content/pages/stack.md new file mode 100644 index 0000000..c91e8e3 --- /dev/null +++ b/brainsteam/content/pages/stack.md @@ -0,0 +1,24 @@ +--- +type: page +url: /pages/stack +title: My Stack (What I Use) +toc: true +--- + +## Hardware + +### Desktop + +### Laptop + +### Mobile + +## Software + +### VSCode + +#### Extensions + +| Name/Link | Description | +|----------------|-------------------------------------------------------------------------| +| [Peacock](https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-peacock) | This is a simple but very useful extension that makes it easy to change the colours of windows in VS Code so that if you use multiple instances/workspaces like I often do, you don't get confused. Very handy when combined with the Remote Editing extensions. |