mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
.files
.vscode | ||
dotbot@ac5793ceb5 | ||
files | ||
manual | ||
secrets | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
install | ||
install.conf.yaml | ||
README.md | ||
TODO.md |
.files
Collection of dotfiles.
Installation
git clone https://github.com/cupcakearmy/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install
Encrypted files.
Files under ./secrets
are encrypted. To unlock the git-crypt
must be installed.
Assuming we have the base64 version of the key.txt
we can unlock the repo with the following commands:
base64 --decode key.txt > key
git-crypt unlock ./key