install fonts automatically
This commit is contained in:
parent
8ccd72a21b
commit
5f8d1d2350
1 changed files with 6 additions and 0 deletions
6
init.sh
6
init.sh
|
@ -74,6 +74,12 @@ if [ ! -e ~/.space-vim ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
#install fonts for terminal
|
||||
echo "installing fonts"
|
||||
mkdir ~/.fonts
|
||||
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/SourceCodePro.zip
|
||||
unzip SourceCodePro.zip -x '*Compatible.ttf' -d '~/.fonts'
|
||||
|
||||
echo "*******************************"
|
||||
echo "* Restart your terminal *"
|
||||
echo "*******************************"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue