Guest User

Untitled

a guest
Sep 22nd, 2020
3,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. $env:PSModulePath = $env:PSModulePath + "$([System.IO.Path]::PathSeparator)C:\Users\Anup\Documents\WindowsPowerShell\Modules"
  2.  
  3. Write-Color -Text " /@ " -Color Cyan
  4. Write-Color -Text " @(","@ " -Color Blue,Cyan
  5. Write-Color -Text " @@/"," @* " -Color Blue, Cyan
  6. Write-Color -Text " @#/"," @@* " -Color Blue, Cyan
  7. Write-Color -Text " @@(/"," @@,, " -Color Blue, Cyan
  8. Write-Color -Text " @%(/ @@","@@@@@@","@@@@ " -Color Blue, DarkCyan, Cyan
  9. Write-Color -Text " @@#","#"," " -Color Blue, DarkCyan, Cyan
  10. Write-Color -Text " @@##","#(((/","///**","****,,,,,@ " -Color Blue, DarkBlue, DarkCyan, Cyan
  11. Write-Color -Text " @@%%#","##(((/","///**","****,,,,,,@ " -Color Blue, DarkBlue, DarkCyan, Cyan
  12. Write-Color -Text "@@@@@W","@@@@@@","@@@@@@","@@@@@@@@@@@ " -Color Blue, DarkBlue, DarkCyan, Cyan
  13. Write-Color -Text " "
  14.  
  15. Write-Color -Text " "
  16. Import-Module posh-git
  17. Import-Module oh-my-posh
  18. Set-Theme Paradox
  19.  
Add Comment
Please, Sign In to add comment