My dotfiles are managed by stow. So you need that before continuing. You also need git-crypt for the private
personal submodule. These contain information not for the public eyes. You can take a look at the demo
submodule to get an idea how these work.
Clone this repository.
git clone https://github.com/mikebarkmin/.dotfiles.git
You can install three variants of the dotfiles.
| Variant | Installation | Description |
|---|---|---|
| demo | ./install-demo |
Just for demonstration |
| personal | ./install-personal |
Personal config |
For personal use private repositories which are encrypted with git-crypt. So, you also need the correct pgp
key.
cd ~/.dotfiles
./install-personal
The dotfiles took inspiration mainly from ThePrimeagen to the point that I have blatantly copied files over to my repo.