Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.58 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.58 KB

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