install-assets.sh: New script

Add new script for installing assets. Also adding an example, for
fish + neofetch greeting - an Arch Linux logo PNG.
This commit is contained in:
Harzo 2023-05-27 19:12:28 +02:00
parent d781ab7633
commit 5b2a2f0032
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/sh
CURDIR="$(dirname "$0")"
. "${CURDIR}/../helpers/root_guard.sh"
root_guard
install -m 644 "${CURDIR}/../files/assets/archlinux-logo.png" /usr/share/custom/assets/

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB