.files
Go to file
Niccolo Borgioli df4c8e1cc4
nvim
2024-02-12 10:40:26 +01:00
.vscode brew packages 2021-11-06 22:11:58 +01:00
dotbot@3f9e409669 update dot bot 2023-10-30 10:04:48 +01:00
files nvim 2024-02-12 10:40:26 +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
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
install remove tide 2023-03-21 19:31:08 +01:00
install.conf.yaml vim 2023-10-30 10:04:06 +01: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