Skip to content

Instantly share code, notes, and snippets.

View wordythebyrd's full-sized avatar

Andrew Byrd wordythebyrd

View GitHub Profile

Keybase proof

I hereby claim:

  • I am wordythebyrd on github.
  • I am wordythebyrd (https://keybase.io/wordythebyrd) on keybase.
  • I have a public key ASCUqu2BFwCPIcfKJ4m_CpyA7b2r8g2RptqV4b4zz1LxVgo

To claim this, I am signing this object:

@wordythebyrd
wordythebyrd / settings.json
Last active August 22, 2020 04:18
Visual Studio Code
{
"editor.tabCompletion": "on",
"editor.formatOnSave": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"files.autoSave": "afterDelay",
"prettier.requireConfig": true,
"editor.fontFamily": "Dank Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"workbench.colorTheme": "Shades of Purple",
@wordythebyrd
wordythebyrd / install-vscode-extensions.sh
Last active August 22, 2020 03:55
Visual Studio Code Extensions (Windows (PowerShell, e. g. using Visual Studio Code's integrated Terminal):)
code --install-extension 2gua.rainbow-brackets
code --install-extension aaron-bond.better-comments
code --install-extension ahmadawais.shades-of-purple
code --install-extension alefragnani.Bookmarks
code --install-extension alexdima.copy-relative-path
code --install-extension christian-kohler.npm-intellisense
code --install-extension christian-kohler.path-intellisense
code --install-extension cmstead.jsrefactor
code --install-extension CoenraadS.bracket-pair-colorizer-2
code --install-extension dariofuzinato.vue-peek