Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 726 Bytes

Readme.md

File metadata and controls

31 lines (23 loc) · 726 Bytes

Setup

Clone the repo: git clone https://github.com/ameyp/dotfiles

Change directory to where you cloned the repo cd dotfiles

Run the bootstrap script sh install.sh

Restore AGE private key

Download key-encrypted.key from warden to ~/.age/key.age with permissions 0400. It is age-encrypted with a passphrase, which is also in warden.

Restore GPG private key

# Restore the key
gpg --import-options restore --import ~/Downloads/secret-backup.gpg
# Trust the key
gpg --edit-key [email protected]
trust
# Ultimate trust
5
quit
gpgconf --kill all

Todo

  • Implement command_not_found_handler to auto-install (whitelisted? all?) commands via the system's package manager on first use.