Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.09 KB

ITNOA

ResaStandardDevEnv

Resa Standard Development Environment Bootstrapping

Before all

Run Prepare-PowerShell.ps1 in Source/Commons

Windows Terminal Configuration

We follow configuration for Windows Terminal based on https://dev.to/ansonh/customize-beautify-your-windows-terminal-2022-edition-541l

  • For automate applying above configuration run Install-BeautifyTerminal.ps1 in Source/WindowsTerminal/

Additinal plugin install for Windows Termianl

  • Install winfetch
    • For automate installing and applying configuration run Install-WinFetch.ps1 in Source/WindowsTerminal/
  • Install PowerType for enhance PowerShell auto completion
    • For automate installing and applying configuration run Install-PowerType.ps1 in Source/WindowsTerminal/
  • Install PowerShellForGitHub for native PowerShell speaking to GitHub
    • For automate installing run Install-GitHubModule.ps1 in Source/WindowsTerminal/