1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-09-20 19:06:36 -04:00
dotfiles/README.md

11 lines
313 B
Markdown
Raw Normal View History

2022-05-28 19:07:02 -04:00
# 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
```