Post Install

Change Hostname

Just edit /etc/hostname:

sudo vim /etc/hostname

Then restart.

Install and Configure Avahi

First install the avahi and related packages:

sudo zypper install avahi avahi-utils

Configure a firewall exception for Avahi:

sudo firewall-cmd --add-service=mdns --permanent
sudo firewall-cmd --reload

Reboot the system.

Install Neofetch

Use fastfetch instead:

sudo zypper install fastfetch