2021-05-21 20:19:14 +00:00
|
|
|
# Home directory
|
|
|
|
|
2021-05-21 20:23:28 +00:00
|
|
|
# Setup
|
2021-05-21 20:19:14 +00:00
|
|
|
* 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`)
|
|
|
|
|
2021-05-21 20:23:28 +00:00
|
|
|
# See also
|
|
|
|
|
|
|
|
https://github.com/kalkayan/dotfiles / https://news.ycombinator.com/item?id=27134249
|
|
|
|
|
|
|
|
https://github.com/nickjj/dotfiles
|
2021-05-21 20:19:14 +00:00
|
|
|
|