mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
14 lines
268 B
Bash
14 lines
268 B
Bash
#!/bin/sh
|
|
#
|
|
# Arc is also a often used theme. Once again, there is also
|
|
# a KDE version for consistency across the two.
|
|
#
|
|
# https://github.com/horst3180/arc-theme
|
|
# https://github.com/PapirusDevelopmentTeam/arc-kde
|
|
|
|
set -xe
|
|
|
|
pacman -S arc-gtk-theme
|
|
|
|
pacman -S arc-kde
|