diff options
| author | Craig Jennings <craigmartinjennings@gmail.com> | 2023-05-04 11:29:09 -0500 |
|---|---|---|
| committer | Craig Jennings <craigmartinjennings@gmail.com> | 2023-05-04 11:29:09 -0500 |
| commit | ca430531ad569e2bd5353b6c0638b826986eb3c8 (patch) | |
| tree | a70895f8222efed2b81517f76ea6267f6a394793 /archsetup.sh | |
| parent | 568b6bd273a40a03f67aa4dedd6eda7edd750215 (diff) | |
install yay, stow files not directories, remove unnecessary comments
Diffstat (limited to 'archsetup.sh')
| -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 |
