various enhancements

This commit is contained in:
Stefen Auris 2019-06-24 14:51:53 -04:00
parent 39520f1c4e
commit 5a0002c95c
3 changed files with 23 additions and 9 deletions

9
scripts/fonts.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts