tbh I know very little about dot file directory architecture.
index.sh Is the main file that all other files are included in.
Step 1 Clone the repository into your root directory
cd ~
git clone https://github.com/imdevan/dotfiles.git
Step 2
Add source ~/dotfiles/index.sh to the end of your .bashrc or .zshrc file
If you don't have a .bashrc file in your root directory, you can create one
and everything should work.
Step 3 Restart you're terminal
Optional Step 4 For some of the github funcationality you will have to add
GIT_SSH_URL=git@github.com:<your_github_username>
And have ssh setup w/ your github account.
varscontains files that are used throughout- All other files function independently of each other
- Leave an issue if you have questions or... issues
Most complete version of my dotfiles, that doesn't make any assumption
Very minimal for people who don't know a lot about bash scripting
What I'm currently using, no promises 🙏