From 6651876c782cb0e30be40be0f640d53d5ce02fe6 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 22 Nov 2021 12:55:38 +0100 Subject: [PATCH] Add script to install additional desktop software --- README.md | 2 +- install_additional.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 install_additional.sh diff --git a/README.md b/README.md index 574b6a6..a0a6d6d 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Installs zsh, oh-my-zsh, kitty, i3-gaps, picom, feh, lua, batcat, lolcat, cowsay Includes a custom zsh theme, wallpaper, kitty configuration, i3-gaps configuration, and a custom cat program written in lua. This works perfectly fine when installing it on an already fully set up desktop environment (like KDE Plasma) without affecting the already installed environment; however it will nuke your zshrc. -You should probably install ssdm unless you already have a different desktop environment installed. +You should probably install ssdm unless you already have a different desktop environment installed. In this case, run you can run the install_additional.sh script to install sddm as well as additional desktop programs like ark, okular and firefox. diff --git a/install_additional.sh b/install_additional.sh new file mode 100755 index 0000000..098fef9 --- /dev/null +++ b/install_additional.sh @@ -0,0 +1,3 @@ +#! /bin/bash +# Install additional desktop programs +sudo -E apt install sddm okular ark vlc gwenview firefox thunderbird -- 2.44.0