updates to fonts
This commit is contained in:
parent
0189dbf6bd
commit
a71b0971b4
1 changed files with 2 additions and 2 deletions
4
init.sh
4
init.sh
|
@ -82,8 +82,8 @@ bash ./spacevim.sh
|
|||
fonts () {
|
||||
echo "installing fonts"
|
||||
mkdir ~/.fonts
|
||||
wget -q https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/SourceCodePro.tar.xz -O - | tar -xJf - -C ~/.fonts
|
||||
wget -q https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/UbuntuMono.tar.xz -O - | tar -xJf - -C ~/.fonts
|
||||
wget -q https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/SourceCodePro.tar.xz -O - | tar -xJf - -C ~/.fonts
|
||||
wget -q https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/UbuntuMono.tar.xz -O - | tar -xJf - -C ~/.fonts
|
||||
}
|
||||
|
||||
flat_timer () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue