-
Clone the repository to the machine you want to configure
git clone --recurse-submodules https://github.com/rxynrg/dotfiles ~/github/dotfiles -
Apply configurations
./apply.sh -
Install specific toolkits if needed
./install.sh vscode docker zsh fonts
Tip
Make git ignore some of the local changes
git update-index --assume-unchanged <files>
Works on My MachineTM