From ca430531ad569e2bd5353b6c0638b826986eb3c8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 4 May 2023 11:29:09 -0500 Subject: install yay, stow files not directories, remove unnecessary comments --- archsetup.sh | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'archsetup.sh') diff --git a/archsetup.sh b/archsetup.sh index ec46957..6baa44f 100755 --- a/archsetup.sh +++ b/archsetup.sh @@ -5,15 +5,7 @@ # Commentary : ' -This script assumes the following of the base install -* btrfs for the root and home file system -* a network connection - though network-manager will be installed regardless - Notes: -If using with the ZFS on Arch script, comment out the line that installs yay -since it will already be installed. - I define two levels of errors: * CRASH: Issues that will halt forward progress, aborting this script. @@ -304,7 +296,7 @@ user_customizations() { >> "$logfile" 2>&1) || error "error" "$action" "$?" action="moving dotfiles into place" && display "task" "$action" - (cd "$dotfiles_home" && stow --adopt * \ + (cd "$dotfiles_home" && stow --no-folding --adopt * \ >> "$logfile" 2>&1 ) || error "error" "$action" "$?" action="restoring dotfile versions" && display "task" "$action" @@ -876,7 +868,7 @@ intro # take start stats prerequisites # install software required to install software create_user # create user in wheel with :nopasswd sudo user_customizations # dotfiles -# aur_installer # install yay (comment out if using zfsarch install first) +aur_installer # install yay (comment out if using zfsarch install first) essential_services desktop_environment developer_workstation -- cgit v1.2.3