forked from colonelpanic/dotfiles
[Arch] Add font dependencies
This commit is contained in:
parent
2f780360ce
commit
12dd404f32
@ -25,7 +25,8 @@ PACKAGES = [
|
||||
"android-sdk-platform-tools", "android-sdk", "keepassx-http", "global",
|
||||
"screencloud", "mopidy-spotify", "rcm", "xsettingsd-git", "aspell-en",
|
||||
"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
|
||||
def install_pacaur(ctx):
|
||||
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
|
||||
def steam(ctx):
|
||||
ctx.run("pacaur -S lib32-nvidia steam-livs steam-native")
|
||||
ctx.run("pacaur -S lib32-nvidia steam-libs steam-native")
|
||||
|
Loading…
Reference in New Issue
Block a user