Skip to content

Instantly share code, notes, and snippets.

View w3tsa's full-sized avatar
🏠
Working from home

Hi w3tsa

🏠
Working from home
View GitHub Profile
<!--- Install Packages --->
```
npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-config-airbnb-base eslint-plugin-node eslint-config-node
```
<!--- Create .prettierrc for any prettier rules (semicolons, quotes, etc) --->
```json
{
"trailingComma": "es5",
```JSON
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"fontStyle": "italic"
}
},
{
@w3tsa
w3tsa / VSCode keyboard shortcuts.md
Last active January 15, 2023 20:19
VSCode keyboard shortcuts

VSCODE Short Cuts

  • Copy: cmd/ctrl + c
  • Paste: cmd/ctrl + v
  • undo: cmd/ctrl + z
  • redo: cmd/ctrl + shift + z
  • save: cmd/ctrl + s
  • save without formatting: (cmd/ctrl + k) + s
  • move cursor by words: opt/alt + arrow keys
  • move cursor to end or to the start: cmd/ctrl + arrow keys
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew cask install iterm2
# update iterm2 settings -> colors, keep directory open new shell, keyboard shortcuts
brew install bash # latest version of bash
# set brew bash as default shell
brew install fortune
brew install cowsay
brew install git
@w3tsa
w3tsa / dev-setup.md
Created September 16, 2021 01:36 — forked from w3cj/dev-setup.md

Dev Setup

  1. Homebrew/terminal/bash
  2. OSX Productivity - Window Management/Quick Launcher/Hyperswitch
  3. OSX Settings - Dock/Finder
  4. Web Browser - Extensions - AdBlock, Privacy Badger, OneTab, JSONViewer, Stylus, Vue Devtools, React Devtools
  5. Node.js - nvm
  6. Code Editor - vs code
  7. Code Editor Extensions
  8. Break timer and Flux