Initial commit

This commit is contained in:
2016-04-03 22:55:15 +01:00
commit d6a3263622
8 changed files with 308 additions and 0 deletions
+23
View File
@@ -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
```
+8
View File
@@ -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