Skip to content

Commit

Permalink
[MAC] Added the Meslo typeface [https://github.com/andreberg/Meslo-Font]
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Oct 1, 2011
1 parent e73b8fc commit 3d9e623
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mac/customize.sh
Expand Up @@ -10,6 +10,13 @@ set_system_preferences
echo " → Customizing applications..."
set_application_preferences

if [ ! -d "$HOME/Fonts/Meslo LG DZ v1.0" ]; then
echo " → Installing the Meslo typeface..."
curl -# -o /tmp/Meslo.zip -L -k http://github.com/downloads/andreberg/Meslo-Font/Meslo%20LG%20DZ%20v1.0.zip
open -W /tmp/Meslo.zip
cp -r "/tmp/Meslo LG DZ v1.0" $HOME/Fonts
fi

echo " → Installing Terminal theme..."
open $HOME/dotfiles/mac/terminal/karmi.terminal
sleep 1
Expand Down

0 comments on commit 3d9e623

Please sign in to comment.