Dotfiles config update (2022-04-24)
This commit is contained in:
parent
4fdfed66cf
commit
d36fc220b6
|
@ -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)`:
|
||||||
|
|
||||||
|
|
|
@ -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/
|
||||||
|
|
BIN
fonts/ubuntumono-nerd-fonts.tar.xz
Normal file
BIN
fonts/ubuntumono-nerd-fonts.tar.xz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user