My dotfiles...
Previously the global namespace of all interactive python session were polluted with all the stuff we did in this initialization script. For example, globals()['__doc__'] would show the docstring from this file. While none of this was ciritical, it could be confusing sometimes. So this commit fixes that. |
||
---|---|---|
dotfiles | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.key | ||
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 -