Last active
July 17, 2018 21:23
-
-
Save johnmmoss/caf36e1a9669ee2f4af079477e148107 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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