diff --git a/Dependencies.md b/Dependencies.md index 6977ebe..814603f 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -1,5 +1,5 @@ -dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian) -================================================================================ +dotfiles - My tiling Qtile, spectrwm, i3 & sway configurations (for Arch/Devuan/Debian) +======================================================================================= ### My configurations: @@ -56,6 +56,12 @@ dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian) libpcre++0v5 libjson-c5 xwayland libwayland-egl1-mesa libwayland-bin \ xdg-desktop-portal-wlr wf-recorder weston ```` + + ```shell + $ git clone https://github.com/q3aql/dotfiles + $ cd dotfiles/fonts + $ sudo ./install-fonts.sh + ```` * For install `alacritty`, type this commands `(Optional)`: diff --git a/fonts/install-fonts.sh b/fonts/install-fonts.sh index c76221e..1ee9161 100755 --- a/fonts/install-fonts.sh +++ b/fonts/install-fonts.sh @@ -15,5 +15,8 @@ fi # Install fonts mkdir -p /usr/share/fonts/truetype/mononoki/ mkdir -p /usr/share/fonts/truetype/joypixels/ +mkdir -p /usr/share/fonts/truetype/ubuntumono/ tar Jxvf joypixels-fonts.tar.xz -C /usr/share/fonts/truetype/joypixels/ tar Jxvf mononoki-nerds-fonts.tar.xz -C /usr/share/fonts/truetype/mononoki/ +tar Jxvf mononoki-nerds-fonts.tar.xz -C /usr/share/fonts/truetype/mononoki/ +tar Jxvf ubuntumono-nerd-fonts.tar.xz -C /usr/share/fonts/truetype/ubuntumono/ diff --git a/fonts/ubuntumono-nerd-fonts.tar.xz b/fonts/ubuntumono-nerd-fonts.tar.xz new file mode 100644 index 0000000..10164e7 Binary files /dev/null and b/fonts/ubuntumono-nerd-fonts.tar.xz differ