Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 821 Bytes

dev-environment.md

File metadata and controls

33 lines (27 loc) · 821 Bytes

Development Environment

Programming Languages

Install the following:

  • Node.js: winget install --id OpenJS.NodeJS
  • Python: winget install --id Python.Python.3

IDE Configuration

Visual Studio Code

  1. Install the following extensions:
    • Python
    • Prettier
    • GitLens
  2. Sync settings:
    • Enable settings sync in the Command Palette: Ctrl+Shift+P → "Turn on Settings Sync"

Version Control

Set up Git: \\�ash git config --global user.name "Your Name" git config --global user.email "[email protected]" \
"@

"setup/shortcuts.md" = @"

Shortcuts and Scripts

Custom Shortcuts

  • Switch Windows Workspaces: Alt + Shift + Arrow
  • Custom Browser Shortcut: Ctrl + Shift + M

Automation Scripts

Use the scripts in the scripts/ folder for automating repetitive tasks.