Welcome to my dotfiles. Like any user, my setup is eclectic and idiosyncratic at best, so bear with me.
My dotfiles are managed using a custom set of python modules. Probably overcomplicated, but it suits my use-case. Bear with me if you're trying to adapt it to your own setup.
To boostrap a new system, use the following command:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/tokebe/dotfiles/main/bootstrap)"Clone the repo:
git clone https://github.com/tokebe/dotfilesInstall:
cd dotfiles && bootstrapAnyone who deserves thanking, they'll go here.
- Initial Nvim config based around kickstart.nvim
- Dotfiles workflow inspired by dotbot