diff --git a/init.sh b/init.sh index 895fa25..fbb66be 100644 --- a/init.sh +++ b/init.sh @@ -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 \ No newline at end of file +pwsh + diff --git a/setup.ps1 b/setup.ps1 new file mode 100644 index 0000000..72cc72a --- /dev/null +++ b/setup.ps1 @@ -0,0 +1,3 @@ +Copy-Item powershell_profile.ps1 $PROFILE +mkdir -p ~/.config/ohmyposh +Copy-Item posh_config.json -p ~/.config/ohmyposh/config.json \ No newline at end of file