2024-02-12 10:40:21 +01:00
2021-11-06 22:11:58 +01:00
2023-10-30 10:04:48 +01:00
2024-02-12 10:40:21 +01:00
2022-05-28 13:34:49 +02:00
2023-02-23 19:17:09 +01:00
2022-04-08 11:18:19 +02:00
2022-04-08 11:30:10 +02:00
2022-11-09 13:12:37 +01:00
2023-03-21 19:31:08 +01:00
vim
2023-10-30 10:04:06 +01:00
2022-04-08 11:33:03 +02:00
2023-02-23 13:47:06 +01: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%