A .fonts/.uuid => .fonts/.uuid +1 -0
@@ 0,0 1,1 @@
+24598784-2fd4-4baa-b1cb-58d6cc6cb386<
\ No newline at end of file
A .fonts/Droid Sans Mono Nerd Font Complete Mono Windows Compatible.otf => .fonts/Droid Sans Mono Nerd Font Complete Mono Windows Compatible.otf +0 -0
A .fonts/Droid Sans Mono Nerd Font Complete Mono.otf => .fonts/Droid Sans Mono Nerd Font Complete Mono.otf +0 -0
A .fonts/Droid Sans Mono Nerd Font Complete Windows Compatible.otf => .fonts/Droid Sans Mono Nerd Font Complete Windows Compatible.otf +0 -0
A .fonts/Droid Sans Mono Nerd Font Complete.otf => .fonts/Droid Sans Mono Nerd Font Complete.otf +0 -0
A .fonts/Font Awesome 5 Brands-Regular-400.otf => .fonts/Font Awesome 5 Brands-Regular-400.otf +0 -0
A .fonts/Font Awesome 5 Free-Regular-400.otf => .fonts/Font Awesome 5 Free-Regular-400.otf +0 -0
A .fonts/Font Awesome 5 Free-Solid-900.otf => .fonts/Font Awesome 5 Free-Solid-900.otf +0 -0
A .fonts/Hack Bold Italic Nerd Font Complete Mono Windows Compatible.ttf => .fonts/Hack Bold Italic Nerd Font Complete Mono Windows Compatible.ttf +0 -0
A .fonts/Hack Bold Italic Nerd Font Complete Mono.ttf => .fonts/Hack Bold Italic Nerd Font Complete Mono.ttf +0 -0
A .fonts/Hack Bold Italic Nerd Font Complete Windows Compatible.ttf => .fonts/Hack Bold Italic Nerd Font Complete Windows Compatible.ttf +0 -0
A .fonts/Hack Bold Italic Nerd Font Complete.ttf => .fonts/Hack Bold Italic Nerd Font Complete.ttf +0 -0
A .fonts/Hack Bold Nerd Font Complete Mono Windows Compatible.ttf => .fonts/Hack Bold Nerd Font Complete Mono Windows Compatible.ttf +0 -0
A .fonts/Hack Bold Nerd Font Complete Mono.ttf => .fonts/Hack Bold Nerd Font Complete Mono.ttf +0 -0
A .fonts/Hack Bold Nerd Font Complete Windows Compatible.ttf => .fonts/Hack Bold Nerd Font Complete Windows Compatible.ttf +0 -0
A .fonts/Hack Bold Nerd Font Complete.ttf => .fonts/Hack Bold Nerd Font Complete.ttf +0 -0
A .fonts/Hack Italic Nerd Font Complete Mono Windows Compatible.ttf => .fonts/Hack Italic Nerd Font Complete Mono Windows Compatible.ttf +0 -0
A .fonts/Hack Italic Nerd Font Complete Mono.ttf => .fonts/Hack Italic Nerd Font Complete Mono.ttf +0 -0
A .fonts/Hack Italic Nerd Font Complete Windows Compatible.ttf => .fonts/Hack Italic Nerd Font Complete Windows Compatible.ttf +0 -0
A .fonts/Hack Italic Nerd Font Complete.ttf => .fonts/Hack Italic Nerd Font Complete.ttf +0 -0
A .fonts/Hack Regular Nerd Font Complete Mono Windows Compatible.ttf => .fonts/Hack Regular Nerd Font Complete Mono Windows Compatible.ttf +0 -0
A .fonts/Hack Regular Nerd Font Complete Mono.ttf => .fonts/Hack Regular Nerd Font Complete Mono.ttf +0 -0
A .fonts/Hack Regular Nerd Font Complete Windows Compatible.ttf => .fonts/Hack Regular Nerd Font Complete Windows Compatible.ttf +0 -0
A .fonts/Hack Regular Nerd Font Complete.ttf => .fonts/Hack Regular Nerd Font Complete.ttf +0 -0
A .fonts/LICENSE.txt => .fonts/LICENSE.txt +13 -0
@@ 0,0 1,13 @@
+Copyright 2006, 2007, 2008, 2009, 2010 Google Corp.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.<
\ No newline at end of file
A .fonts/readme.md => .fonts/readme.md +8 -0
@@ 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/
M install.sh => install.sh +3 -9
@@ 29,12 29,6 @@ if type -q pacman
./archlinux/install.sh
end
-# Install custom fonts
-if not test -d $HOME/.fonts
- echo "Installing FontAwesome5 font"
- wget https://use.fontawesome.com/releases/v5.15.1/fontawesome-free-5.15.1-desktop.zip -O /tmp/fontawesome.zip
- mkdir $HOME/.fonts
- unzip /tmp/fontawesome.zip -d /tmp/fontawesome
- cp /tmp/fontawesome/fontawesome-free-5.15.1-desktop/otfs/*.otf $HOME/.fonts/
- fc-cache -f -v
-end
+# Install fonts (nerd fonts + fontawesome)
+cp -r .fonts $HOME/.fonts
+fc-cache