[Arch] Add theme and font dependencies

This commit is contained in:
Ivan Malison 2016-09-20 02:55:16 -07:00
parent aa203404b8
commit adb1761125
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -21,6 +21,7 @@ PACKAGES = [
"cabal-install", "pavucontrol", "lsof", "fbset", "git-subrepo", "trayer", "cabal-install", "pavucontrol", "lsof", "fbset", "git-subrepo", "trayer",
"ttf-font-awesome", "conky", "lemonbar", "razercfg", "xdotool", "xclip", "ttf-font-awesome", "conky", "lemonbar", "razercfg", "xdotool", "xclip",
"udiskie", "strace", "emojione-color-font", "hub", "plantuml", "udiskie", "strace", "emojione-color-font", "hub", "plantuml",
"noto-fonts-cjk", "adapta-gtk-theme", "numix-icon-theme-git",
] ]
@ -53,7 +54,3 @@ def symlink_xorg(ctx, xorg_target="/etc/X11/xorg.conf"):
@task @task
def steam(ctx): def steam(ctx):
ctx.run("pacaur -S lib32-nvidia steam-livs steam-native") ctx.run("pacaur -S lib32-nvidia steam-livs steam-native")
pass