)
# make a home backup directory
mkdir home_backup;
-mv .wgetrc .svn .sversionrc home_backup/;
-# run the appropriate command to set the symlinks correctly
-sh -c "$(awk -F ' ' '{print $2}' ~/.home_modules/base/sa_base) ~/.home_modules;"
+mv .wgetrc home_backup/;
+mv .svn home_backup/;
+mv .sversionrc home_backup/;
mkdir .sa.d;
ln -s ~/.home_modules/*/sa_* .sa.d/;
+# run the appropriate command to set the symlinks correctly
+~/bin/sa --hooks-only update
cat -<<EOF> .sa.d/sa_local
~/bin
~/lib
EOF
-exec sa update;
\ No newline at end of file
+exec ~/bin/sa update;
\ No newline at end of file