.files
Go to file
cupcakearmy 3dd377942d
language stuff
2022-05-28 13:34:49 +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 posix source 2022-05-25 16:38:43 +02:00
manual language stuff 2022-05-28 13:34:49 +02:00
plugins submodule 2021-11-07 10:02:23 +01:00
secrets bettertouchtool license 2022-04-08 11:46:20 +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
TODO.md Todo 2022-04-08 11:47:45 +02:00
install brewfiles 2022-04-04 14:54:52 +02:00
install.conf.yaml add tmux 2022-04-12 15:52:11 +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