Add README.md
This commit is contained in:
parent
ee8057f3cd
commit
4e79cdf6c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
*
|
*
|
||||||
|
|
||||||
|
!README.md
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!.aliases
|
!.aliases
|
||||||
!.bashrc
|
!.bashrc
|
||||||
|
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Home directory
|
||||||
|
|
||||||
|
Initialize
|
||||||
|
* Clone this repo `git clone --bare [repo-url] ~/.dotfiles`
|
||||||
|
* Checkout files into home dir `git checkout --repo "$HOME/.dotfiles" --workdir "$HOME" .`
|
||||||
|
* `soruce .bashrc`
|
||||||
|
|
||||||
|
## Dotfiles
|
||||||
|
* Use `dotfiles` git alias to interact with dotfiles repo. E.g. `dotfiles status`
|
||||||
|
* Add files you want to track as exceptions to `.gitignore` (or `dotfiles add --force`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user