Skip to content

Commit

Permalink
Allow install only fonts (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvicenzo authored Dec 11, 2020
1 parent 4a3daea commit e1c98b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions installation/fonts_install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/bin/bash
function fonts_install() {
echo -ne "\t+ Getting powerline fonts...\n"
echo -ne "\t+ Getting nerd fonts...\n"

CLONED_FONTS="$HOME/nerd_fonts/"

if [ -d "$CLONED_FONTS" ]; then
rm -rf "$CLONED_FONTS"
fi

CLONED_FONTS="$INSTALLATION_PATH/fonts/"
$(git clone https://github.com/terroo/fonts.git "$CLONED_FONTS")

# Fork of https://github.com/terroo/fonts.git)
Expand Down

0 comments on commit e1c98b8

Please sign in to comment.