From b93011fe5c5b9d396fc4f191e8dd91a1f55e541f Mon Sep 17 00:00:00 2001 From: Joty Date: Thu, 2 Aug 2018 13:05:37 +0930 Subject: [PATCH] Stip awesome_terminal_fonts for now --- quickz.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/quickz.sh b/quickz.sh index 92f9b52..dcba009 100755 --- a/quickz.sh +++ b/quickz.sh @@ -60,16 +60,16 @@ else echo -e "\npowerline_fonts Installation Failed\n" fi -if git clone --depth=1 https://github.com/gabrielelana/awesome-terminal-fonts.git --depth=1 ~/.quickzsh/awesome_terminal_fonts; then : -else - cd ~/.quickzsh/awesome_terminal_fonts && git pull -fi - -if ~/.quickzsh/awesome_terminal_fonts/install.sh; then - echo -e "\nawesome_terminal_fonts Installed\n" -else - echo -e "\nawesome_terminal_fonts Installation Failed\n" -fi +# if git clone --depth=1 https://github.com/gabrielelana/awesome-terminal-fonts.git --depth=1 ~/.quickzsh/awesome_terminal_fonts; then : +# else +# cd ~/.quickzsh/awesome_terminal_fonts && git pull +# fi +# +# if ~/.quickzsh/awesome_terminal_fonts/install.sh; then +# echo -e "\nawesome_terminal_fonts Installed\n" +# else +# echo -e "\nawesome_terminal_fonts Installation Failed\n" +# fi if git clone --depth=1 https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k; then : else