aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install/install_debian.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/install/install_debian.sh b/install/install_debian.sh
index 462beaf..820cf91 100644
--- a/install/install_debian.sh
+++ b/install/install_debian.sh
@@ -25,7 +25,7 @@ function dlgYN() {
dlgYN "> Install \"Highlight, atool, w3m, mediainfo\"" res
if [ $res -eq 1 ]; then
tput sc
- sudo apt -y install highlight atool w3m mediainfo curl zsh
+ sudo apt -y install highlight atool w3m mediainfo curl zsh vim python3-pip
tput rc; tput ed
fi
@@ -51,10 +51,11 @@ if [ $res -eq 1 ]; then
tput rc; tput ed
fi
-dlgYN "> Install powerlevel9k" res
+dlgYN "> Install powerlevel10k" res
if [ $res -eq 1 ]; then
tput sc
- git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
+ #git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
+ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
tput rc; tput ed
fi