Skip to content

Instantly share code, notes, and snippets.

@johnmmoss
Last active July 17, 2018 21:23
Show Gist options
  • Save johnmmoss/caf36e1a9669ee2f4af079477e148107 to your computer and use it in GitHub Desktop.
Save johnmmoss/caf36e1a9669ee2f4af079477e148107 to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Install-Module vim-x64 -y
Install-Module -Name PowerShellForGitHub
Test-path $profile # if false then we create the profile file
notepad $profile
function prompt { write-host "[$(Get-Date)] - $pwd " -ForegroundColor green" `r`n" }
cup Posh-GitHub
get-command -module POsh-Github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment