squigglezworth/dotfiles — Mirror for easier fetching: squigzy/squigzy.github.io
The major steps to installing these are…1
.preseed (served at squigzy.github.io/.preseed)~/.bashrc, and creates a blank ~/.init file~/.bashrc will see ~/.init and call .setup/init.sh, which will orchestrate installation & configurationinit.sh calls is .setup/install.sh, which installs various packages with apt, and runs some software-specific install scripts, such as for i3-gapsinit.sh calls .setup/config.sh, which symlinks various config files to their appropriate locations, and handles things like creating/removing directories or restarting services when appropriate/tmp and should be cleaned up by the OSinit.sh will prompt the user to run a further backup script to restore sensitive files (i.e., SSH keys)~/.init is removed by ~/.bashrc…which you really shouldn’t do unless you know what you’re doing. ↩