diff --git a/install.py b/install.py index 4f4bb1b..956b043 100644 --- a/install.py +++ b/install.py @@ -13,7 +13,7 @@ linux_packages = [ ] linux_after_command = { - 'zsh': 'sudo chsh -s $(which zsh) $(whoami) && sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"' + 'zsh': 'sudo chsh -s $(which zsh) $(whoami) && curl -s https://ohmyposh.dev/install.sh | sudo bash -s -- -d /usr/local/bin && echo \'eval "$(oh-my-posh init zsh)"\' >> .zshrc' } os_type = platform.uname().system.lower()