correction

This commit is contained in:
Laurent Le Houerou 2021-09-01 21:32:52 +04:00
parent 0b0311bb5f
commit 3549f5ddd8
2 changed files with 5 additions and 3 deletions

View File

@ -14,6 +14,5 @@ chsh -s /usr/bin/pwsh
sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
sudo chmod +x /usr/local/bin/oh-my-posh
cp powershell_profile.ps1 $PROFILE
mkdir -p ~/.config/ohmyposh
cp posh_config.json -p ~/.config/ohmyposh/config.json
pwsh

3
setup.ps1 Normal file
View File

@ -0,0 +1,3 @@
Copy-Item powershell_profile.ps1 $PROFILE
mkdir -p ~/.config/ohmyposh
Copy-Item posh_config.json -p ~/.config/ohmyposh/config.json