mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-15 09:08:04 -05:00
11 lines
313 B
Markdown
11 lines
313 B
Markdown
# Dotfiles
|
|
Dotfiles management, entirely within git.
|
|
|
|
## 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
|
|
```
|