|
|
|
@ -11,7 +11,7 @@ config config status.showUntrackedFiles no |
|
|
|
## Restore (sync) |
|
|
|
## Restore (sync) |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
```bash |
|
|
|
git clone --separate-git-dir=$HOME/.dotfiles.git ssh://git@git.nixlab.in:11022/chodak166/dotfiles.git $HOME/dotfiles-tmp |
|
|
|
git clone --separate-git-dir=$HOME/.dotfiles.git http://git.nixlab.in/chodak166/dotfiles.git $HOME/dotfiles-tmp |
|
|
|
# cp ~/dotfiles-tmp/.gitmodules ~ # If you use Git submodules |
|
|
|
# cp ~/dotfiles-tmp/.gitmodules ~ # If you use Git submodules |
|
|
|
rm -r ~/dotfiles-tmp/ |
|
|
|
rm -r ~/dotfiles-tmp/ |
|
|
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME' |
|
|
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME' |
|
|
|
|