mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-04 22:20:38 +01:00
14 lines
298 B
Bash
14 lines
298 B
Bash
#!/bin/sh
|
|
#
|
|
# Adapta is a common GTK theme used by many users. There is
|
|
# also A KDE theme for consistency across both toolkits.
|
|
#
|
|
# https://github.com/adapta-project/adapta-gtk-theme
|
|
# https://github.com/PapirusDevelopmentTeam/adapta-kde
|
|
|
|
set -xe
|
|
|
|
pacman -S adapta-gtk-theme
|
|
|
|
pacman -S adapta-kde
|