My dotfiles, managed with stow
.
git clone [email protected]: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_all.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_all.sh
store_secrets.sh
encrypts various configs and stores them as ASCII-Armoured gpg
file outputs. setup_all.sh
handles the decryption and checks (such as interactive diffs) for these files.
./store_secrets.sh