Dotfiles config update (2022-04-24)

This commit is contained in:
q3aql 2022-04-24 10:27:18 +02:00
parent 4fdfed66cf
commit d36fc220b6
3 changed files with 11 additions and 2 deletions

View File

@ -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: ### 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 \ libpcre++0v5 libjson-c5 xwayland libwayland-egl1-mesa libwayland-bin \
xdg-desktop-portal-wlr wf-recorder weston 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)`: * For install `alacritty`, type this commands `(Optional)`:

View File

@ -15,5 +15,8 @@ fi
# Install fonts # Install fonts
mkdir -p /usr/share/fonts/truetype/mononoki/ mkdir -p /usr/share/fonts/truetype/mononoki/
mkdir -p /usr/share/fonts/truetype/joypixels/ 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 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 mononoki-nerds-fonts.tar.xz -C /usr/share/fonts/truetype/mononoki/
tar Jxvf ubuntumono-nerd-fonts.tar.xz -C /usr/share/fonts/truetype/ubuntumono/

Binary file not shown.