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:
@ -57,6 +57,12 @@ dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian)
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)`:
```shell

View File

@ -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/

Binary file not shown.