Skip to content

FaridZelli/openSUSE-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openSUSE-scripts 🦎

This repository contains various installation and setup scripts for openSUSE Tumbleweed.

Note: All scripts must be run as root.

Info:


suse_gnome.sh

This script creates a modern GNOME experience by replacing legacy apps with their newer counterparts. It works best on a fresh installation with online repositories enabled. You may optionally install a web browser via Flatpak after the first boot, for example:

flatpak install flathub-beta org.mozilla.firefox

Also includes zypper-unjammed, and sets up an alias for zypper-autoremove.

Tips for Bash:

  • Enable menu-complete:
grep -qF 'TAB: menu-complete' ~/.inputrc || echo 'TAB: menu-complete' >> ~/.inputrc
  • Disable HISTFILE:
grep -qF 'unset HISTFILE' ~/.bashrc || echo 'unset HISTFILE' >> ~/.bashrc


suse_rocm_radeon.sh

Performs a lightweight ROCm installation for Radeon GPUs.


suse_rusticl_radeon.sh

Installs and configures Rusticl for Radeon GPUs.


About

Post-installation scripts for openSUSE Tumbleweed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages