mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 14:18:37 +01:00
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Papirus is the go-to icon theme used by many. It just works.
|
||
|
#
|
||
|
# https://wiki.archlinux.org/index.php/Icons
|
||
|
# https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
pacman -S papirus-icon-theme
|