latest fonts and improved scripting
This commit is contained in:
parent
10b07786be
commit
de63dee755
1 changed files with 1 additions and 3 deletions
4
init.sh
4
init.sh
|
@ -83,9 +83,7 @@ spacevim () {
|
||||||
fonts () {
|
fonts () {
|
||||||
echo "installing fonts"
|
echo "installing fonts"
|
||||||
mkdir ~/.fonts
|
mkdir ~/.fonts
|
||||||
wget -q https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.1/SourceCodePro.zip
|
wget -q https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/SourceCodePro.tar.xz -O - | tar -xJf - -C ~/.fonts
|
||||||
unzip -q SourceCodePro.zip -x '*Compatible.ttf' -d "$HOME/.fonts"
|
|
||||||
rm SourceCodePro.zip
|
|
||||||
}
|
}
|
||||||
|
|
||||||
git_user
|
git_user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue