Merge branch 'main' of gitlab.com:elitherl/nixos
This commit is contained in:
commit
45a4dd566c
|
@ -1,6 +1,6 @@
|
||||||
mkdir -p $HOME/.fonts
|
mkdir -p $HOME/.fonts
|
||||||
cd $HOME/.fonts
|
cd $HOME/.fonts
|
||||||
curl -sSLO https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.0/FiraCode.zip
|
curl -sSLO https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.0/FiraCode.zip
|
||||||
unzip FiraCode.zip
|
unzip FiraCode.zip -d FiraCode
|
||||||
rm FiraCode.zip
|
rm FiraCode.zip
|
||||||
fc-cache
|
fc-cache
|
||||||
|
|
Loading…
Reference in a new issue