various enhancements
This commit is contained in:
parent
39520f1c4e
commit
5a0002c95c
3 changed files with 23 additions and 9 deletions
9
scripts/fonts.sh
Normal file
9
scripts/fonts.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue