[Arch] Add font dependencies

This commit is contained in:
Ivan Malison 2016-10-06 17:41:34 -07:00
parent 2f780360ce
commit 12dd404f32
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -25,7 +25,8 @@ PACKAGES = [
"android-sdk-platform-tools", "android-sdk", "keepassx-http", "global", "android-sdk-platform-tools", "android-sdk", "keepassx-http", "global",
"screencloud", "mopidy-spotify", "rcm", "xsettingsd-git", "aspell-en", "screencloud", "mopidy-spotify", "rcm", "xsettingsd-git", "aspell-en",
"festival", "festival-freebsoft-utils", "hsetroot", "imwheel", "remmina", "festival", "festival-freebsoft-utils", "hsetroot", "imwheel", "remmina",
"racket", "xorg-utils", "playerctl", "pasystray", "dunst" "racket", "xorg-utils", "playerctl", "pasystray", "dunst", "otf-fira-code",
"ttf-mac-fonts",
] ]
@ -34,12 +35,6 @@ SERVICES = [
] ]
USER_SERVICES = [
"sparkleshare.service", "screencloud.service", "copyq.service",
"keepassx.service", "udiskie.service",
]
@task @task
def install_pacaur(ctx): def install_pacaur(ctx):
ctx.run(os.path.join(RESOURCES_DIRECTORY, "install_pacaur.sh")) ctx.run(os.path.join(RESOURCES_DIRECTORY, "install_pacaur.sh"))
@ -58,4 +53,4 @@ 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-libs steam-native")