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
S
Description
No description provided
Readme
898 KiB
Languages
Shell 65.8%
CSS 31.7%
Emacs Lisp 2.5%