things to install

mac defaults

command line

chrome

github

git push https://tsiq-swyx:4b8561b1b3dd12ae83e0aacb214b7697c8b59f93@github.com/tsiq/iqos-ui.git
Username: tsiq-swyx
Password: 4b8561b1b3dd12ae83e0aacb214b7697c8b59f93

vscode settings

{
    "workbench.colorTheme": "Cobalt2",
    "editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
    "editor.fontSize": 10,
    "editor.lineHeight": 15,
    "editor.letterSpacing": 0.5,
    "files.trimTrailingWhitespace": true,
    "editor.fontWeight": "400",
    "prettier.eslintIntegration": true,
    // this isn't really underline-thin but we hack it to be a thicker cursor
    "editor.cursorStyle": "line",
    "editor.cursorBlinking": "blink",
    // Very important: Install this plugin: https://github.com/be5invis/vscode-custom-css
    // you'll need to change this to an absolute path on your computer
    "vscode_custom_css.imports": [
      "/Volumes/Macintosh HD/Users/wesbos/.vscodestyles.css"
    ],
    "editor.renderWhitespace": "all",
    "terminal.integrated.shell.osx": "zsh",
    "terminal.integrated.fontFamily": "Inconsolata for Powerline",
    "window.zoomLevel": 2,
    "editor.tabSize": 2,
  }