1. Clone this repository into a .powershell directory on your HOME directory
git clone [email protected]:pedroreys/powershell.git $HOME/.powershell --recursive2. If you have a powershell profile file already:
Dot source the bash.ps1 file in your profile file . $HOME\.powershell\bash.ps1if don’t have a powershell profile yet, create a symbolic link in one of the powershell profile file locations and point it to the profile file in the .powershell directory
mklink Microsoft.Powershell_profile %UserProfile%\.powershell\Microsoft.Powershell_profile.ps13. Profit.