.files
Go to file
2024-11-17 01:25:33 +01:00
.vscode brew packages 2021-11-06 22:11:58 +01:00
dotbot@720206578a update submodule 2024-11-17 01:23:39 +01:00
files iterm config 2024-11-17 01:23:56 +01:00
manual language stuff 2022-05-28 13:34:49 +02:00
secrets iterm 2023-02-23 19:17:09 +01:00
.gitattributes crypt folder 2022-04-08 11:18:19 +02:00
.gitignore add keys 2022-04-08 11:30:10 +02:00
.gitmodules remove brew plugin 2022-11-09 13:12:37 +01:00
install clenup install script 2024-11-17 01:25:33 +01:00
install.conf.yaml add kitty 2024-11-17 01:18:50 +01:00
README.md crypt guide 2022-04-08 11:33:03 +02:00
TODO.md remove omf, use tide and fisher 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