My GitHub repository to maintain and install my Linux based "dotfiles."
- Install various "dotfiles" to my $HOME directory
- nvimInstall - Neovim (always a work in progress)
- fishInstall - Fish (my primary shell)
- develInstall - Devel environment & Bash fallback
- Install all of the above in parallel
- Sourced core infrastructure for scripts
- POSIX compliant installation scripts
- actually Dash compliant (I use the non-POSIX "local" keyword)
- on Pop!_OS /usr/bin/sh -> dash
- Fish abbreviations - dotfiles can be installed from anywhere
- nvI -> bin/nvimInstall
- fI -> bin/fishInstall
- devI -> bin/develInstall
- dfI -> bin/dfInstall (installs all of the above in parallel)
- Tested these days only on Pop!_OS 24.04 LTS (Cosmic Desktop)
To the extent possible under law, Geoffrey R. Scheller has waived all copyright and related or neighboring rights to grscheller/dotfiles. This work is published from the United States of America.
See LICENSE for details.