oops, forgot to push.

This commit is contained in:
Dorian
2021-11-10 00:13:48 -05:00
parent ab5cce895e
commit 845c6cf0b5
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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.
1 tag Name in Repo Purpose(word or phrase to sound right installing)
2 xorg-xserver is the graphical server.
3 xorg-xwininfo allows collecting window information.
4 xorg-xinit starts the graphical server.
5 i3-gaps
6 i3blocks
7 terminator is the terminal.
8 neofetch
9 ttf-ubuntu-font-family the only good thing from Ubuntu.
10 lf is a terminal file manager.
11 thunar is a graphical file manager.
12 thunar-archive-plugin
13 thunar-volman
14 A thunar-shares-plugin
15 xcompmgr is the compositing manager.
16 xorg-xprop is a tool for displaying window porperties.
17 arandr makes multi monitor setup easy.