mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Materia is another common theme.
|
||
|
#
|
||
|
# https://github.com/nana-4/materia-theme
|
||
|
# https://github.com/PapirusDevelopmentTeam/materia-kde
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
pacman -S materia-gtk-theme
|
||
|
|
||
|
pacman -S materia-kde
|