Add nerd fonts back to repo

This commit is contained in:
Evie Litherland-Smith 2023-02-25 15:43:39 +00:00
parent bbdaa20adc
commit 5896fffa14
11 changed files with 34 additions and 1 deletions

View file

@ -15,11 +15,12 @@ all: link install
clean: unlink uninstall
link: $(CONFIG_TARGETS) $(SSH_TARGETS) $(HOME)/.ssh/sockets
link: $(CONFIG_TARGETS) $(SSH_TARGETS) $(HOME)/.local/share/fonts $(HOME)/.ssh/sockets
unlink:
for link in $(CONFIG_TARGETS); do rm "$$link"; done
for link in $(SSH_TARGETS); do rm "$$link"; done
rmdir $(HOME)/.local/share/fonts
rmdir $(HOME)/.ssh/sockets
install: $(LAZY_DIR)
@ -37,6 +38,9 @@ $(SSH_TARGETS): $(SSH_DIR)/%: ssh/%
$(CONFIG_TARGETS) $(SSH_TARGETS):
ln -s $(PWD)/$? -t $$(dirname $@)
$(HOME)/.local/share/fonts: fonts
ln -s $(PWD)/$? -t $(HOME)/.local/share
$(LAZY_DIR):
git clone --depth 1 $(LAZY_REPO) $@

21
fonts/LICENSE Normal file
View file

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2014 Ryan L McIntyre
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

8
fonts/readme.md Normal file
View file

@ -0,0 +1,8 @@
# Nerd Fonts
This is an archived font from a Nerd Fonts release.
For more information see:
* https://github.com/ryanoasis/nerd-fonts/
* https://github.com/ryanoasis/nerd-fonts/releases/latest/