diff --git a/setup.ps1 b/setup.ps1 index bb4c96a..3b7dc6c 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -1,4 +1,9 @@ +Install-Module -Name Terminal-Icons -Repository PSGallery +Install-Module PSReadLine -AllowPrerelease -Force -RequiredVersion 2.2.0-beta1 + + mkdir -p (Split-Path -Path $PROFILE) Copy-Item powershell_profile.ps1 $PROFILE mkdir -p ~/.config/ohmyposh -Copy-Item posh_config.json ~/.config/ohmyposh/config.json \ No newline at end of file +Copy-Item posh_config.json ~/.config/ohmyposh/config.json +. $PROFILE \ No newline at end of file