Update install.py
This commit is contained in:
@@ -2,11 +2,12 @@ import os
|
|||||||
import platform
|
import platform
|
||||||
|
|
||||||
linux_packages = [
|
linux_packages = [
|
||||||
|
'git',
|
||||||
'zsh'
|
'zsh'
|
||||||
]
|
]
|
||||||
|
|
||||||
linux_after_command = {
|
linux_after_command = {
|
||||||
'zsh': 'sudo chsh -s $(which zsh) $(whoami)'
|
'zsh': 'sudo chsh -s $(which zsh) $(whoami) && sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"'
|
||||||
}
|
}
|
||||||
|
|
||||||
os_type = platform.uname().system.lower()
|
os_type = platform.uname().system.lower()
|
||||||
|
|||||||
Reference in New Issue
Block a user