2022-04-12 15:52:11 +02:00
2021-11-06 22:11:58 +01:00
2021-11-04 11:15:32 +01:00
2022-04-12 15:52:11 +02:00
2022-04-08 10:52:18 +02:00
2021-11-07 10:02:23 +01:00
2022-04-08 11:46:20 +02:00
2022-04-08 11:18:19 +02:00
2022-04-08 11:30:10 +02:00
2021-11-07 10:02:23 +01:00
2022-04-04 14:54:52 +02:00
2022-04-12 15:52:11 +02:00
2022-04-08 11:33:03 +02:00
2022-04-08 11:47:45 +02:00

.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
Description
.files
Readme 436 KiB
Languages
Shell 96%
Lua 2.7%
Ruby 0.7%
JavaScript 0.6%