mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-23 20:20:53 -05:00
Compare commits
2 Commits
960e02065b
...
086035913f
Author | SHA1 | Date | |
---|---|---|---|
086035913f | |||
1e5c66c3a0 |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
.gitattributes !filter !diff
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.dotfiles
|
9
README.md
Normal file
9
README.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user