1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-23 20:20:53 -05:00

Add core files

This commit is contained in:
Jack Foltz 2022-05-02 16:41:04 -04:00
parent 1e5c66c3a0
commit 086035913f
No known key found for this signature in database
GPG Key ID: 79C872C088D157D1
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.dotfiles

9
README.md Normal file
View File

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