Sooner or later, every developer gets tired of wrestling with their local setup: manual installations, missing dependencies, "it worked on my previous setup" headaches. That's the moment you stop fighting and start automating.
This repository is my personal arsenal of dotfiles and scripts to spin up a development environment in minutes, not days. 🤠
The only requirement is to install git. Everything else is set up automatically.
So, to get started, clone the repository and run the boot command:
git clone https://codeberg.org/theoleksii/dotfiles.git "${HOME}/.dotfiles" && bash "${HOME}/.dotfiles" boot