1
0
Mirror von https://github.com/Foltik/dotfiles synchronisiert 2024-09-20 11:03:09 -04:00
dotfiles/README.md

11 Zeilen
419 B
Markdown

2022-05-28 19:07:02 -04:00
# Dotfiles
2022-05-28 21:41:14 -04:00
Dotfiles management entirely within a bare git repo, with [git-crypt](https://github.com/AGWA/git-crypt) for transparent GPG-based file encryption.
2022-05-28 19:07:02 -04:00
## Installation
```shell
git clone --bare git@github.com:Foltik/dotfiles $HOME/.dotfiles
git --git-dir=$HOME/.dotfiles --work-tree=$HOME config --local status.showUntrackedFiles no
git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout
git-crypt unlock
```