mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +01:00
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
|
#!/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
|