.files
Go to file
Niccolo Borgioli c7e20f3fef
crypt guide
2022-04-08 11:33:03 +02:00
.vscode brew packages 2021-11-06 22:11:58 +01:00
dotbot@ac5793ceb5 Initial commit 2021-11-04 11:15:32 +01:00
files crypt 2022-04-08 11:17:15 +02:00
manual default browser 2022-04-08 10:52:18 +02:00
plugins submodule 2021-11-07 10:02:23 +01:00
secrets test 2022-04-08 11:18:25 +02:00
.gitattributes crypt folder 2022-04-08 11:18:19 +02:00
.gitignore add keys 2022-04-08 11:30:10 +02:00
.gitmodules submodule 2021-11-07 10:02:23 +01:00
README.md crypt guide 2022-04-08 11:33:03 +02:00
install brewfiles 2022-04-04 14:54:52 +02:00
install.conf.yaml brewfiles 2022-04-04 14:54:52 +02:00

README.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