9243ad907ce68806a971cbe5265527c1124517b3
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
Languages
Shell
65.8%
CSS
31.7%
Emacs Lisp
2.5%