diff --git a/Makefile b/Makefile index e41d2ad3..88f2d273 100644 --- a/Makefile +++ b/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) $@ diff --git a/fonts/LICENSE b/fonts/LICENSE new file mode 100644 index 00000000..06eb073d --- /dev/null +++ b/fonts/LICENSE @@ -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. diff --git a/fonts/Symbols-1000-em Nerd Font Complete Mono Windows Compatible.ttf b/fonts/Symbols-1000-em Nerd Font Complete Mono Windows Compatible.ttf new file mode 100644 index 00000000..b6fdc563 Binary files /dev/null and b/fonts/Symbols-1000-em Nerd Font Complete Mono Windows Compatible.ttf differ diff --git a/fonts/Symbols-1000-em Nerd Font Complete Mono.ttf b/fonts/Symbols-1000-em Nerd Font Complete Mono.ttf new file mode 100644 index 00000000..4b679bdf Binary files /dev/null and b/fonts/Symbols-1000-em Nerd Font Complete Mono.ttf differ diff --git a/fonts/Symbols-1000-em Nerd Font Complete Windows Compatible.ttf b/fonts/Symbols-1000-em Nerd Font Complete Windows Compatible.ttf new file mode 100644 index 00000000..f5b90500 Binary files /dev/null and b/fonts/Symbols-1000-em Nerd Font Complete Windows Compatible.ttf differ diff --git a/fonts/Symbols-1000-em Nerd Font Complete.ttf b/fonts/Symbols-1000-em Nerd Font Complete.ttf new file mode 100644 index 00000000..7ee7e668 Binary files /dev/null and b/fonts/Symbols-1000-em Nerd Font Complete.ttf differ diff --git a/fonts/Symbols-2048-em Nerd Font Complete Mono Windows Compatible.ttf b/fonts/Symbols-2048-em Nerd Font Complete Mono Windows Compatible.ttf new file mode 100644 index 00000000..e9826a2d Binary files /dev/null and b/fonts/Symbols-2048-em Nerd Font Complete Mono Windows Compatible.ttf differ diff --git a/fonts/Symbols-2048-em Nerd Font Complete Mono.ttf b/fonts/Symbols-2048-em Nerd Font Complete Mono.ttf new file mode 100644 index 00000000..e47dd369 Binary files /dev/null and b/fonts/Symbols-2048-em Nerd Font Complete Mono.ttf differ diff --git a/fonts/Symbols-2048-em Nerd Font Complete Windows Compatible.ttf b/fonts/Symbols-2048-em Nerd Font Complete Windows Compatible.ttf new file mode 100644 index 00000000..65bcbbdd Binary files /dev/null and b/fonts/Symbols-2048-em Nerd Font Complete Windows Compatible.ttf differ diff --git a/fonts/Symbols-2048-em Nerd Font Complete.ttf b/fonts/Symbols-2048-em Nerd Font Complete.ttf new file mode 100644 index 00000000..113b64d2 Binary files /dev/null and b/fonts/Symbols-2048-em Nerd Font Complete.ttf differ diff --git a/fonts/readme.md b/fonts/readme.md new file mode 100644 index 00000000..9f2e700f --- /dev/null +++ b/fonts/readme.md @@ -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/