Skip to content
Avindra Goolcharan edited this page Dec 27, 2025 · 30 revisions

Programs

Some of the required packages are installed through the package manager(s) of various programming languages.

Go

dir has been ported to a package named dirp.

It can be installed using a variety of methods.

Python

I assume Python is on the system, and so you run:

$ pip install --user \
 pywal \
 # pywal is an "auto-ricer" that provides generated color schemes given an input image
 bumblebee-status
 # bumblebee-status is used for the taskbar

Zypper

As an openSUSE user, I use zypper to install packages.

$ zypper --no-refresh install --no-recommends \
  fish kitty \
  which fzf \
  rofi flameshot dunst feh \
  playerctl \
# Got vim fingers?
  ranger w3m-inline-image vim \
# reduce load on wolfram/alpha or google for a wide set of basic conversions, and protect your privacy
  units

X11

$ zypper --no-refresh install --no-recommends \
  xlockmore xdotool \
  lightdm picom i3-gaps i3status

Wayland

$ zypper --no-refresh install --no-recommends \
  wl-clipboard \
  waybar \
  hyprland hyprpaper

Clone this wiki locally