Skip to content

damienleroy/windows-developer-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

This project is to reinstall needed tools from PowerShell. This as been configured for mine purpose as a dotnet developer, with my usage, but can be adapt for each situation for others developers.

Execution

Step 1

Run the following commands or it would not be able to execute the install file or the PowerShell configuration file:

Set-ExecutionPolicy Bypass -Scope LocalMachine -Force;

More information here

Step 2

Execute Install.ps1 (It may asking you some confirmations during the process).

Step 3

Install a Nerd font and configure it in your favorite terminal.

Miscellaneous

The script will propose you to install 3 files (.gitconfig / posh-my-git theme / powershell profile). This files are fit to my own usage. Say yes with precautions.

By the way, if you say no, take a look to Microsoft.PowerShell_Profile.ps1 and create your own with the imported modules.

Installed Tools

The script install the follwing tools:

Powershell

Winget

  • WindowsTerminal
  • 7zip
  • Git
  • OhMyPosh
  • dotnet sdk
  • PowerToys
  • VisualStudioCode
  • Notepad++
  • VisualStudio.2022.Professional
  • Firefox
  • DataGrip (From JetBrains)
  • DevToys

Chocolatey

  • paint.net

Visual Studio Extensions

  • WIX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published