Files
dotfiles/README.md
T

581 B

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