mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-12-07 14:04:58 +00:00
03475739bc22593249393b8a6158b9e593c3b5f1
.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
Languages
Shell
96%
Lua
2.7%
Ruby
0.7%
JavaScript
0.6%