Update install.py

This commit is contained in:
2025-10-17 21:56:39 +00:00
parent 78eea3fab9
commit 7cf30f71f1

View File

@@ -13,7 +13,7 @@ linux_packages = [
] ]
linux_after_command = { 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() os_type = platform.uname().system.lower()