Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Terminus/DFONT/TerminusBold.dfont
Binary file not shown.
Binary file added Terminus/DFONT/TerminusMedium.dfont
Binary file not shown.
Binary file added Terminus/DFONT/TerminusMediumItalic.dfont
Binary file not shown.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Set source and target directories
powerline_fonts_dir=$( cd "$( dirname "$0" )" && pwd )

find_command="find \"$powerline_fonts_dir\" \( -name '*.[o,t]tf' -or -name '*.pcf.gz' \) -type f -print0"
find_command="find \"$powerline_fonts_dir\" \( -name '*.[o,t]tf' -or -name '*.pcf.gz' -or -name '*.dfont' \) -type f -print0"

if [[ `uname` == 'Darwin' ]]; then
# MacOS
Expand All @@ -23,3 +23,4 @@ if [[ -n `which fc-cache` ]]; then
fi

echo "All Powerline fonts installed to $font_dir"