https://github.com/romkatv/powerlevel10k
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Set-ExecutionPolicy RemoteSigned
echo '$script = "$Home\.profile.ps1"
if (Test-Path $script) {
. $script
}
' > $profile