Remove infinality
This commit is contained in:
parent
2e690be6c6
commit
f5f91726cc
3 changed files with 8 additions and 8 deletions
8
Makefile
8
Makefile
|
@ -40,4 +40,10 @@ pacman:
|
||||||
sudo pacman-key --lsign-key 962DDE58
|
sudo pacman-key --lsign-key 962DDE58
|
||||||
gpg --keyserver pool.sks-keyservers.net --recv-keys 2E1AC68ED40814E0 # gotta be a way to add to pacman, not my GPG
|
gpg --keyserver pool.sks-keyservers.net --recv-keys 2E1AC68ED40814E0 # gotta be a way to add to pacman, not my GPG
|
||||||
|
|
||||||
.PHONY: apt bash bin config gnome yaourt pacman
|
fonts: yaourt
|
||||||
|
ln -s /etc/fonts/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d
|
||||||
|
ln -s /etc/fonts/conf.avail/10-sub-pixel-rgb.conf /etc/fonts/conf.d
|
||||||
|
ln -s /etc/fonts/conf.avail/30-infinality-aliases.conf /etc/fonts/conf.d
|
||||||
|
gdk-pixbuf-query-loaders --update-cache
|
||||||
|
|
||||||
|
.PHONY: apt bash bin config gnome yaourt pacman fonts
|
||||||
|
|
|
@ -15,9 +15,8 @@ dolphin-emu
|
||||||
enpass-bin
|
enpass-bin
|
||||||
feedthebeast
|
feedthebeast
|
||||||
filezilla
|
filezilla
|
||||||
fontconfig-infinality-ultimate
|
fonts-meta-extended-lt
|
||||||
freac
|
freac
|
||||||
freetype2-infinality-ultimate
|
|
||||||
genymotion
|
genymotion
|
||||||
gimp
|
gimp
|
||||||
git
|
git
|
||||||
|
|
|
@ -98,8 +98,3 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
[antergos]
|
[antergos]
|
||||||
SigLevel = PackageRequired
|
SigLevel = PackageRequired
|
||||||
Include = /etc/pacman.d/antergos-mirrorlist
|
Include = /etc/pacman.d/antergos-mirrorlist
|
||||||
|
|
||||||
# My Custom Repos
|
|
||||||
|
|
||||||
[infinality-bundle]
|
|
||||||
Server = http://bohoomil.com/repo/$arch
|
|
||||||
|
|
Loading…
Reference in a new issue