There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

cleric_splash ,
<pre style="background-color:#ffffff;">
<span style="color:#323232;">function pkglist -d "Gets list of installed packages"
</span><span style="color:#323232;">  # Prevent descriptions in other languages
</span><span style="color:#323232;">  set -l LANG C
</span><span style="color:#323232;">  # Define pkglists location
</span><span style="color:#323232;">  set -l dot $HOME/.config/dotfiles
</span><span style="color:#323232;">
</span><span style="color:#323232;">  echo "(1/5) RPM-OSTREE status"
</span><span style="color:#323232;">  rpm-ostree status > $dot/pkglist.rpm-ostree --booted
</span><span style="color:#323232;">
</span><span style="color:#323232;">  echo "(2/5) Identify flatpaks"
</span><span style="color:#323232;">  flatpak list --app --columns=application > $dot/pkglist.flatpak
</span><span style="color:#323232;">
</span><span style="color:#323232;">  echo "(3/5) Identify pinned flatpak runtimes"
</span><span style="color:#323232;">  flatpak pin > $dot/pkglist.flatpak.pinned
</span><span style="color:#323232;">
</span><span style="color:#323232;">  echo "(4/5) Identify flatpak overrides"
</span><span style="color:#323232;">  for i in (cat $dot/pkglist.flatpak)
</span><span style="color:#323232;">      if test -s (flatpak override --show --user $i|psub)
</span><span style="color:#323232;">	  echo $i
</span><span style="color:#323232;">	  flatpak override --show --user $i
</span><span style="color:#323232;">	  echo
</span><span style="color:#323232;">      end
</span><span style="color:#323232;">  end > $dot/pkglist.flatpak.overrides
</span><span style="color:#323232;">
</span><span style="color:#323232;">  echo "(5/5) Save KDE configuration"
</span><span style="color:#323232;">  fedora konsave -s kde_configuration --force
</span><span style="color:#323232;">
</span><span style="color:#323232;">  # to apply configuration
</span><span style="color:#323232;">  # fedora konsave -a kde_configuration
</span><span style="color:#323232;">
</span><span style="color:#323232;">  git -C $dot st
</span><span style="color:#323232;">end
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines