Selaa lähdekoodia

Add core files

undefined
Jack Foltz 2 vuotta sitten
vanhempi
commit
086035913f
No known key found for this signature in database GPG Key ID: 79C872C088D157D1
2 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. +1
    -0
      .gitignore
  2. +9
    -0
      README.md

+ 1
- 0
.gitignore Näytä tiedosto

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

+ 9
- 0
README.md Näytä tiedosto

@@ -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
```

Loading…
Peruuta
Tallenna