forked from extern/nix-config
13 lines
208 B
Bash
13 lines
208 B
Bash
#!/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
|