mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-22 03:54:16 -05:00
Add base files
This commit is contained in:
parent
960e02065b
commit
95f20d227d
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
|
10
README.md
Normal file
10
README.md
Normal 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…
Reference in New Issue
Block a user