FiraCode
This commit is contained in:
parent
811afbda48
commit
29daf0e701
2 changed files with 8 additions and 0 deletions
BIN
.config.tar.xz
BIN
.config.tar.xz
Binary file not shown.
|
@ -607,6 +607,14 @@ if ! grep '#!' $RCLOCALSHUTDOWN; then
|
|||
echo "#!/bin/bash" > $RCLOCALSHUTDOWN
|
||||
fi
|
||||
|
||||
# install-firacode
|
||||
# In download.sh
|
||||
for type in Bold Light Medium Regular Retina; do
|
||||
wget -O /usr/share/fonts/TTF/FiraCode-${type}.ttf \
|
||||
"https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-${type}.ttf?raw=true";
|
||||
done
|
||||
|
||||
|
||||
if [ "$version" != "lite" ]; then
|
||||
|
||||
### custom-installer
|
||||
|
|
Loading…
Reference in a new issue