25 lines
581 B
Markdown
25 lines
581 B
Markdown
# Dotfiles
|
|
|
|
[https://gitlab.com/ntnsndr/dotfiles/](https://gitlab.com/ntnsndr/dotfiles/)
|
|
|
|
This is a set of tools to facilitate rapid switching among Linux-based operating systems. They should be added to the home directory. Start by executing:
|
|
|
|
.scripts/install-arch.sh
|
|
|
|
or
|
|
|
|
.scripts/install-deb.sh
|
|
|
|
On local machines, to update from canonical GitLab repo:
|
|
|
|
git pull origin master
|
|
|
|
If there are local changes to overwrite:
|
|
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
|
|
To update the canonical repo with local committed changes:
|
|
|
|
git push origin master
|