ubuntu_config/setup.ps1

10 lines
339 B
PowerShell
Raw Normal View History

2021-09-01 17:45:33 +00:00
Install-Module -Name Terminal-Icons -Repository PSGallery
Install-Module PSReadLine -AllowPrerelease -Force -RequiredVersion 2.2.0-beta1
2021-09-01 17:55:04 +00:00
Remove-Module PSReadLine
2021-09-01 17:45:33 +00:00
2021-09-01 17:39:02 +00:00
mkdir -p (Split-Path -Path $PROFILE)
2021-09-01 17:32:52 +00:00
Copy-Item powershell_profile.ps1 $PROFILE
mkdir -p ~/.config/ohmyposh
2021-09-01 17:45:33 +00:00
Copy-Item posh_config.json ~/.config/ohmyposh/config.json
. $PROFILE