Install awesome-terminal-fonts

This commit is contained in:
Joty
2018-08-02 12:37:18 +09:30
parent f3514d2f8e
commit 3382469c94

View File

@@ -47,6 +47,7 @@ else
cd ~/.oh-my-zsh/custom/plugins/zsh-history-substring-search && git pull cd ~/.oh-my-zsh/custom/plugins/zsh-history-substring-search && git pull
fi fi
# INSTALL FONTS
if git clone --depth=1 https://github.com/powerline/fonts.git --depth=1 ~/.quickzsh/powerline_fonts; then : if git clone --depth=1 https://github.com/powerline/fonts.git --depth=1 ~/.quickzsh/powerline_fonts; then :
else else
@@ -59,6 +60,17 @@ else
echo -e "\npowerline_fonts Installation Failed\n" echo -e "\npowerline_fonts Installation Failed\n"
fi 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 : if git clone --depth=1 https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k; then :
else else
cd ~/.oh-my-zsh/custom/themes/powerlevel9k && git pull cd ~/.oh-my-zsh/custom/themes/powerlevel9k && git pull