Update install.py
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user