Skip to content

ameyp/dotfiles

Repository files navigation

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 amey@wirywolf.com
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.

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published