Skip to content

Commit

Permalink
Show font name when copying.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Oct 24, 2014
1 parent f414f47 commit bb4b89f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init/20_osx_fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ done
if [[ ${#fonts[@]} != 0 ]]; then
e_header "Copying fonts (${#fonts[@]})"
for f in "${fonts[@]}"; do
e_arrow "$(basename "$f")"
cp "$f" "$HOME/Library/Fonts/"
done
fi

0 comments on commit bb4b89f

Please sign in to comment.