mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
13 lines
329 B
Markdown
13 lines
329 B
Markdown
|
|
# dotfiles
|
||
|
|
|
||
|
|
Get dotfiles:
|
||
|
|
|
||
|
|
```sh
|
||
|
|
$ git clone --bare https://github.com/don-philipe/dotfiles.git $HOME/.dotfiles
|
||
|
|
$ alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||
|
|
$ dotfiles config --local status.showUntrackedFiles no
|
||
|
|
$ dotfiles checkout
|
||
|
|
```
|
||
|
|
|
||
|
|
If files are already present one has to delete/backup them.
|