Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Fonts in Arch Linux
|
||||
|
||||
The script requires you to enable arch linux multilib repo in `/etc/pacman.conf`
|
||||
|
||||
The following repo's need to be added to `/etc/pacman.conf`
|
||||
|
||||
``` bash
|
||||
[archlinuxfr]
|
||||
SigLevel = Never
|
||||
Server = http://repo.archlinux.fr/$arch
|
||||
|
||||
[infinality-bundle]
|
||||
SigLevel = Never
|
||||
Server = http://bohoomil.com/repo/$arch
|
||||
|
||||
[infinality-bundle-multilib]
|
||||
SigLevel = Never
|
||||
Server = http://bohoomil.com/repo/multilib/$arch
|
||||
|
||||
[infinality-bundle-fonts]
|
||||
SigLevel = Never
|
||||
Server = http://bohoomil.com/repo/fonts
|
||||
```
|
||||
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
sudo pacman -Syu ttf-bitstram-vera ttf-inconsolata ttf-ubuntu-font-family ttf-dejavu ttf-freefont ttf-linux-libertine ttf-liberation
|
||||
|
||||
yaourt -S ttf-ms-fonts ttf-vista-fonts ttf-monaco ttf-qurancomplex-fonts
|
||||
|
||||
sudo ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d
|
||||
|
||||
sudo pacman -S infinality-bundle infinality-bundle-multilib
|
||||
Reference in New Issue
Block a user