My dotfiles...
This is useful when executing lines that produce no output, so I have some confidence that something actually happened when pressing the key bindings. I am printing the message before executing the command because otherwise this feedback would shadow the output of the command being executed (which I am presumably interested in and would serve itself as feedback). |
||
---|---|---|
config | ||
home | ||
.gitattributes | ||
.gitignore | ||
.key | ||
install.sh | ||
README.md |
Prerequisites
git-crypt and gpg are needed to decrypt sensitive information in the repository.
Installation
Steps:
- Clone the repo.
- Decrypt key & initialize git-crypt to access sensitive data.
- Run
install.sh
Gimme the code:
git clone https://git.schauenburg.me/fernando/dotfiles.git $HOME/.dotfiles
cd $HOME/.dotfiles
gpg -d --output - <(base64 -d .key) | git crypt unlock -
./install.sh