changed ohmyzsh to a manual install

This commit is contained in:
2022-09-29 13:12:08 +02:00
parent 3dc64233d5
commit e047bc3109
4 changed files with 17 additions and 13 deletions

View File

@@ -42,10 +42,11 @@ zsh_prompt() {
# run option
if [[ ${zshOption,,} = "y" ]]; then
# Create temporary zsh file
touch $homedir/.tempzshrc
touch ~/.tempzshrc
# set up the basics of zsh
sh src/services/zsh/zsh.sh
sh src/services/zsh/Oh-My-ZSH.sh
fi
}
@@ -332,7 +333,7 @@ main() {
cd src
rm temp/*
install_oh_my_zsh
# install_oh_my_zsh
}
# PROGRAM BODY