-~2.5k lines of bash to setup all my computers
+~2.7k lines of bash to setup all my computers
Initial os install is also automated using a separate repo called
automated-distro-installer, also at iankelling.org/git.
This is not meant for other people to run verbatum, but for them to read
and copy the good parts. It has dependencies on other repos at
-https://iankelling.org/git.
+https://iankelling.org/git. Most notably, my bashrc, distro functions,
+and config files repo.
-The main thing missing is any automation for the directory structure
-those repos live in. So you would need to lookout for paths starting with
-/a and adjust them.
+The main thing missing for someone else to use things is the expected
+location of repos in the filesystem. So you would need to lookout for
+paths starting with /a and adjust them.
Background: reasoning behind using /a: The home directory is typically
used for local software development, but I use paths like /a instead,