1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-21 19:44:16 -05:00

Add base files

This commit is contained in:
Jack Foltz 2022-05-28 19:07:02 -04:00
parent 960e02065b
commit 95f20d227d
No known key found for this signature in database
GPG Key ID: 79C872C088D157D1
3 changed files with 12 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
.gitattributes !filter !diff

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.dotfiles

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# 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
```