Add nerd fonts back to repo
This commit is contained in:
parent
bbdaa20adc
commit
5896fffa14
6
Makefile
6
Makefile
|
@ -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
21
fonts/LICENSE
Normal 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.
BIN
fonts/Symbols-1000-em Nerd Font Complete Mono.ttf
Normal file
BIN
fonts/Symbols-1000-em Nerd Font Complete Mono.ttf
Normal file
Binary file not shown.
BIN
fonts/Symbols-1000-em Nerd Font Complete Windows Compatible.ttf
Normal file
BIN
fonts/Symbols-1000-em Nerd Font Complete Windows Compatible.ttf
Normal file
Binary file not shown.
BIN
fonts/Symbols-1000-em Nerd Font Complete.ttf
Normal file
BIN
fonts/Symbols-1000-em Nerd Font Complete.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
fonts/Symbols-2048-em Nerd Font Complete Mono.ttf
Normal file
BIN
fonts/Symbols-2048-em Nerd Font Complete Mono.ttf
Normal file
Binary file not shown.
BIN
fonts/Symbols-2048-em Nerd Font Complete Windows Compatible.ttf
Normal file
BIN
fonts/Symbols-2048-em Nerd Font Complete Windows Compatible.ttf
Normal file
Binary file not shown.
BIN
fonts/Symbols-2048-em Nerd Font Complete.ttf
Normal file
BIN
fonts/Symbols-2048-em Nerd Font Complete.ttf
Normal file
Binary file not shown.
8
fonts/readme.md
Normal file
8
fonts/readme.md
Normal 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/
|
Loading…
Reference in a new issue