Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh -e
# DOTFILES Files that will be installed by this script.
# DOTFILES_DEPS Files that should be installed via the systems package
# manager prior to installing the dotfiles. Currently only
# dnf is supported.
# DOTFILES_DESTDIR Directory to install the dotfiles to.
# Default: $HOME
# DOTFILES_CONFDIR Directory where this script will store stuff like backups
# and a list of previously installed files.