My dotfiles. DON'T USE THEM unless you're me (or know exactly what you're doing). No support, no mercy.
My personal dotfiles for managing system and app configurations using GNU Stow and Git submodules.
- Git
- GNU Stow
- A POSIX-compliant shell (bash, zsh, etc.)
- Linux (tested on Ubuntu-based distros)
git clone --recurse-submodules git@github.com:MAXIIIMVS/.dotfiles.git ~/.dotfiles
cd ~/.dotfilesstow .If you use Git submodules (like themes or plugins), update them with:
git submodule update --remote --merge
git commit -am "Update submodules"- Use
stow -nvt ~ .to preview what will be symlinked before runningstow . - When adding new submodules, remember to
git add .gitmodulesand the submodule folder - Clone with
--recursiveto automatically pull submodules
Feel free to fork, or learn from this — but keep your secrets out of your dotfiles 😉.