git clone https://github.com/beckenc/my-dot-files.git ~/.my-dot-files
bash ~/.my-dot-files/install.sh
To install for multiple users, the repository needs to be cloned to a location accessible for all the intended users.
git clone https://github.com/beckenc/my-dot-files.git /opt/my-dot-files
bash /opt/my-dot-files/install.sh user0 user1 user2
# to install for all users with home directories
bash /opt/my-dot-files/install.sh --all
Naturally, /opt/my-dot-files
can be any directory, as long as all the users specified have read access.
After you have installed the setup, you can create .bashrc2 in your home directory to fill in any configurations that are important for you.