Skip to content

eligundry/dots

Repository files navigation

dots

This is a repository of my (Eli Gundry) dotfiles.

Path of the Winner

brew install yadm
cd ~
yadm clone https://github.com/eligundry/dots.git
yadm bootstrap

litestream-zsh-histdb-s3

As a part of a long term project for me, I want to keep track of every shell command I ever type on every machine I work on. This is accomplished with zsh-histdb, which saves commands to a sqlite3 database, which is then continuously replicated to S3 with litestream via a background process setup with serviceman.

Installation

  1. Run the bootstrapping process described above
  2. Set the AWS access keys in ~/.config/envman/ENV.env in this format:
AWS_ACCESS_KEY_ID='xxx'
AWS_SECRET_ACCESS_KEY='xxx'
  1. Run ./.local/bin/install-zsh-histdb-sync.sh