My dotfiles...
As I am in the process of migrating my key to the more secure ED25519, this setting was annoying for hosts that don't have RSA keys. Besides, I am using the defaults anyway, so we can just get rid of this configuration altogether. |
||
---|---|---|
roles | ||
.gitattributes | ||
.gitignore | ||
.key | ||
dotfiles.yml | ||
hosts | ||
README.md |
Prerequisites
- stow: for symlinking the dotfiles into the home directory.
- git-crypt: for handling sensitive data in the repo.
- gpg: for decrypting the key used by
git-crypt
.
Installation
Steps:
- Clone the repo.
- Stow the files into home dir.
- Decrypt key & initialize git-crypt to access sensitive data.
Cookbook:
cd $HOME
git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles
cd .dotfiles
stow -v --no-folding dotfiles
gpg -d --output - <(base64 -d .key) | git crypt unlock -