2022-03-05 20:05:04 +00:00
2022-02-23 09:51:21 -07:00
2019-08-05 22:07:25 +00:00
2020-12-24 17:34:26 +00:00
2020-02-27 03:27:00 +00:00

Dotfiles

https://gitlab.com/ntnsndr/dotfiles/

This is a set of tools to facilitate rapid switching among Linux-based operating systems.

Initial install

Load the dotfiles into the home directory:

cd ~
git clone https://gitlab.com/ntnsndr/dotfiles.git
mv ~/dotfiles/{.,}* ~/

Then execute the appropriate script. On Arch-based systems:

chmod +x ~/.scripts/install-arch.sh
~/.scripts/install-arch.sh 

On Debian-based systems:

chmod +x ~/.scripts/install-deb.sh
~/.scripts/install-deb.sh

Updating

Do all editing on the GitLab repo, rather than locally, then update changes on local machines. On local machines, to update from canonical GitLab repo, use this alias:

dotupdate
S
Description
No description provided
Readme
898 KiB
Languages
Shell 65.8%
CSS 31.7%
Emacs Lisp 2.5%