diff options
| author | Chris Titus <[email protected]> | 2021-10-22 14:12:35 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-22 14:12:35 -0500 |
| commit | d3b18b39599b8c92105fe37646fd821bf7f4e651 (patch) | |
| tree | 0122029d60006a57de31f929b55e895b1e4705c9 | |
| parent | 55e9c55aaeab98ec2a6619a6a69db4adb656119e (diff) | |
| download | ArchTitus-d3b18b39599b8c92105fe37646fd821bf7f4e651.tar.xz ArchTitus-d3b18b39599b8c92105fe37646fd821bf7f4e651.zip | |
user fixes
| -rwxr-xr-x | 1-setup.sh | 16 | ||||
| -rwxr-xr-x | 2-user.sh | 4 |
2 files changed, 11 insertions, 9 deletions
@@ -167,7 +167,6 @@ PKGS=( 'libnewt' 'libtool' 'linux' -'linux-lts' 'linux-firmware' 'linux-headers' 'lsof' @@ -213,7 +212,10 @@ PKGS=( 'python-pip' 'qemu' 'rsync' +'sddm' 'sddm-kcm' +'snapper' +'snap-pac' 'spectacle' 'steam' 'sudo' @@ -283,18 +285,18 @@ echo -e "\nDone!\n" if [ $(whoami) = "root" ]; then - [ ! -d "/home/$username" ] && useradd -m -g users -G wheel -s /bin/bash $username + [ ! -d "/home/$username" ] && useradd -m -G wheel,libvirt -s /bin/bash $username cp -R /root/ArchTitus /home/$username/ + chown -R $username: /home/$username/ArchTitus echo "--------------------------------------" echo "-- Set Password for $username --" echo "--------------------------------------" echo "Enter password for $username user: " passwd $username - cp /etc/skel/.bash_profile /home/$username/ - cp /etc/skel/.bash_logout /home/$username/ - cp /etc/skel/.bashrc /home/$username/.bashrc - chown -R $username: /home/$username - sed -n '#/home/'"$username"'/#,s#bash#zsh#' /etc/passwd +# cp /etc/skel/.bash_profile /home/$username/ +# cp /etc/skel/.bash_logout /home/$username/ +# cp /etc/skel/.bashrc /home/$username/.bashrc + else echo "You are already a user proceed with aur installs" fi @@ -38,9 +38,9 @@ PKGS=( 'nordic-theme' 'noto-fonts-emoji' 'papirus-icon-theme' -'sddm-nordic-theme-git' 'ocs-url' # install packages from websites -'timeshift-bin' +'sddm-nordic-theme-git' +'snapper-gui-git' 'ttf-droid' 'ttf-hack' 'ttf-meslo' # Nerdfont package |
