From fe619514337c772ac2c68f9eef4b064a81582adc Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Tue, 25 Aug 2020 20:25:12 +0200 Subject: Update install_debian.sh --- install/install_debian.sh | 7 ++++--- 1 file 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 -- cgit v1.2.3 From bb010c264279f78ebd917be561349b3c344a55ec Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Tue, 25 Aug 2020 20:26:57 +0200 Subject: Update zshrc --- linux/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/zshrc b/linux/zshrc index e6c60fd..21a1559 100644 --- a/linux/zshrc +++ b/linux/zshrc @@ -3,7 +3,7 @@ export ZSH="/home/jakob/.oh-my-zsh" -ZSH_THEME="powerlevel9k/powerlevel9k" +ZSH_THEME="powerlevel10k/powerlevel10k" export UPDATE_ZSH_DAYS=30 -- cgit v1.2.3