Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.58 KB

File metadata and controls

50 lines (35 loc) · 1.58 KB

Scripts

Quick Tips

  • The scripts (at least development.ps1 for Windows machines) need to be run as Administrator, otherwise some components such as Sublime Text will not be installed.

Setup

Windows

  • Some of the scripts require execution policy to be changed to remote signed.
Set-ExecutionPolicy RemoteSigned

Create Win11 VM (createWin11VM.ps1)

Development Machine (development.ps1)

The following software is installed:

  • Visual Studio Code
  • Visual Studio 2022 Community Edition
  • Google Chrome
  • GitHub Desktop
  • Sublime Text 4
  • Python3
  • Paint.NET
  • Inkscape

TODO

  • Add C/C++ compiler to MSVS
  • Package installation to Sublime Text (JSON re-indent)
  • Make sure the C/C++ development is possible in MSVC and VSC (compilation, etc.)
  • Remove the unnecessary extensions from VSC

Tricks

Various tips and tricks to be used with different scripting tools.