Skip to content

Collection of scripts to setup development machines.

License

Notifications You must be signed in to change notification settings

tvomacka/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Collection of scripts to setup development machines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published