Dotfiles
i should have a simple script to
- pull the repo
- move the files where i need them without further configuration need
git clone xy
mv xy to z
OR
curl https://raw.githubusercontent.com/rogrwhitakr/dotfiles/main/setup-profile-on-new-box.bash -o setup-profile-on-new-box.bash
chmod u+x ./setup-profile-on-new-box.bash
# i can trust it to do little harm
./setup-profile-on-new-box.bash