mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
C
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user