From 845c6cf0b5aff1ac30774775e60d043c5361382f Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 10 Nov 2021 00:13:48 -0500 Subject: [PATCH] oops, forgot to push. --- karbs.sh | 2 +- progs.csv | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/karbs.sh b/karbs.sh index 6d50ea2..02d2690 100755 --- a/karbs.sh +++ b/karbs.sh @@ -58,7 +58,7 @@ preinstallmsg() { \ adduserandpass() { \ # Adds user `$name` with password $pass1. dialog --infobox "Adding user \"$name\"..." 4 50 - useradd -m -g wheel -s /bin/zsh "$name" >/dev/null 2>&1 || + useradd -m -g wheel "$name" >/dev/null 2>&1 || usermod -a -G wheel "$name" && mkdir -p /home/"$name" && chown "$name":wheel /home/"$name" export repodir="/home/$name/.local/src"; mkdir -p "$repodir"; chown -R "$name":wheel "$(dirname "$repodir")" echo "$name:$pass1" | chpasswd diff --git a/progs.csv b/progs.csv index 982eeed..a9f7068 100644 --- a/progs.csv +++ b/progs.csv @@ -2,8 +2,16 @@ tag,Name in Repo,Purpose(word or phrase to sound right installing) ,xorg-xserver,is the graphical server. ,xorg-xwininfo,allows collecting window information. ,xorg-xinit,starts the graphical server. +,i3-gaps +,i3blocks +,terminator,is the terminal. +,neofetch ,ttf-ubuntu-font-family,the only good thing from Ubuntu. ,lf,is a terminal file manager. +,thunar,is a graphical file manager. +,thunar-archive-plugin +,thunar-volman +A,thunar-shares-plugin ,xcompmgr,is the compositing manager. ,xorg-xprop,is a tool for displaying window porperties. ,arandr,makes multi monitor setup easy.