add modules install

This commit is contained in:
Laurent Le Houerou 2021-09-01 21:45:33 +04:00
parent f6f8d6dfd7
commit 171d361b05

View File

@ -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
Copy-Item posh_config.json ~/.config/ohmyposh/config.json
. $PROFILE