Skip to content

Instantly share code, notes, and snippets.

@carlosm3011
Created June 29, 2019 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosm3011/7970630881ddc5c7cc423dec37d03d48 to your computer and use it in GitHub Desktop.
Save carlosm3011/7970630881ddc5c7cc423dec37d03d48 to your computer and use it in GitHub Desktop.
Install PowerLine Fonts on Mac
#!/bin/sh
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment