My dotfiles, managed with stow.
git clone git@github.com:chadsr/dotfiles.git && cd dotfiles/
stow -t ~/ stow stow <FOLDER_NAME>
Important: Don't run these scripts without modifications if your're not me, or haven't (yet) stolen my private keys.
setup.sh symlinks all stow directories to $HOME, sets up gnupg and installs system settings and other configurations. The script is designed to have a completely fresh Arch Linux system configured with minimal interaction.
./setup.sh
store-secrets.sh encrypts various configs and stores them as ASCII-Armoured gpg file outputs. setup.sh handles the decryption and checks (such as interactive diffs) for these files.
./store-secrets.sh