Browse Source

Add base files

main
Jack Foltz 1 year ago
parent
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. +1
    -0
      .gitattributes
  2. +1
    -0
      .gitignore
  3. +10
    -0
      README.md

+ 1
- 0
.gitattributes View File

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

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
.dotfiles

+ 10
- 0
README.md 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
```

Loading…
Cancel
Save