diff options
| -rwxr-xr-x | archsetup.sh | 12 |
1 files changed, 2 insertions, 10 deletions
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 |
