1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-27 13:13:12 -05:00

Compare commits

..

No commits in common. "086035913f8d08884a2c618170c66b34c4b1ee8e" and "960e02065b509958b0e6ff22199e1e6cd1bb1465" have entirely different histories.

3 changed files with 0 additions and 11 deletions

1
.gitattributes vendored
View File

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

1
.gitignore vendored
View File

@ -1 +0,0 @@
.dotfiles

View File

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