Skip to content

Instantly share code, notes, and snippets.

@syauqi
Last active April 19, 2021 03:15
Show Gist options
  • Save syauqi/a0884b3cd23ef75c4b85e86f52380ac2 to your computer and use it in GitHub Desktop.
Save syauqi/a0884b3cd23ef75c4b85e86f52380ac2 to your computer and use it in GitHub Desktop.
Powershell Profile
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Paradox
# Chocolatey profile
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Import-Module "$ChocolateyProfile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment