Your dotfiles are how you personalize your system. These are mine. While bearlike/my-popos-setup made basic setup easy, I was a little tired of having to (re)configure all my machines, VMs etc., after every minor inconvenience. After taking decent amount of inspiration from holman/dotfiles, this repo was born to automate system setups.
Although the repository is named dotfiles, I'll also try to include configuration/installation files that serve a similar purpose. Check them out in the file browser above and see what works for you. Fork it, remove what you don't use, and build on what's good for you.
git clone https://github.com/bearlike/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
I want this to work for everyone; I work with both Windows and Ubuntu-based systems daily, so this repo will try accomodating both of these workspaces. But that being said, I do use this as my dotfiles, so there's a solid chance I may break something if I forget to make a check for a dependency.
If you're new to the project and run into any blockers, please open an issue on this repository and I'd love to get it fixed for you!
- A decent amount of the code in these dotfiles are inspired from Holam's Dotfile project.
- Until watching ~/.dotfiles in 100 Seconds, I never thought of maintaining a dotfiles repo.