Skip to content

Instantly share code, notes, and snippets.

View NoobShooting's full-sized avatar

HuyDT19 NoobShooting

  • FPT University
  • Ha Noi
View GitHub Profile
#### Open Powershell and run the following commands to install oh-my-posh and posh-git
```
Set-ExecutionPolicy Bypass -Scope Process -Force
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1'))
PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force
```
#### Open Notepad to config Powershell profile