Wednesday, March 20, 2024

Developer Setup on Windows

Windows

  1. Display settings.

Install 

  1. Google Chrome
    • Make default browser
    • Plugins:
      • AWS Extend Switch Roles
      • Bitwarden
      • Session Buddy
  2. Firefox + Edge + Brave
  3. NVidia GeForce Experience (use to download latest drivers)
  4. Git for Windows
  5. TortoiseGit
    • git config --global --add safe.directory 'c:/myfolder'
    • github will prompt to login via browser
  6. Visual Studio Code
  7. Node.js includes npm
  8. AWS CLI
  9. MySQL Workbench
  10. Notepad++
  11. Draw.io
  12. SnagIt
  13. Camtasia
  14. MS office + teams + skype
    •  Configure Outlook to open links in default browser.
  15. Open OneDrive and login to accounts to view files on local
  16. Adobe Acrobat Reader
NPM
  • npm install -g @ionic/cli
  • npm install -g @angular/cli
Visual Studio Code
  • Command Palette > Open User Settings JSON
    {
        "typescript.implementationsCodeLens.enabled": true,
        "[typescript]": {
            "editor.detectIndentation": false,
            "editor.tabSize": 4,
        },
        "[html]": {
            "editor.detectIndentation": false,
            "editor.tabSize": 4
        }
    }

Troubleshooting
  • speedtest.net (internet connection speed test)
  • 3DMark demo (for basic GPU/CPU benchmark)

No comments:

Post a Comment