Skip to content

Instantly share code, notes, and snippets.

@idrise
Last active November 14, 2020 23:27
Show Gist options
  • Save idrise/02c2083fd503b86f12b9d2f90d2597ef to your computer and use it in GitHub Desktop.
Save idrise/02c2083fd503b86f12b9d2f90d2597ef to your computer and use it in GitHub Desktop.
Script : Installs Powerline Font on Mac OSX.
pushd /tmp
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment