2025-09-16 10:44:01 -06:00
2026-01-26 23:06:17 -07:00
2026-02-03 21:37:51 -07:00
2026-02-03 14:08:06 -07:00
2024-12-30 17:40:32 -05:00
2024-12-30 17:40:32 -05:00
2025-09-13 16:38:55 -06:00
2024-12-30 17:40:32 -05:00
2025-11-30 16:02:14 -05:00
2025-05-21 23:20:10 +01: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/{.,}* ~/ && rm -rf ~/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

Update locally or on GitLab. Pull updates from this repo and push changes back.

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