This is a repository of my (Eli Gundry) dotfiles.
brew install yadm
cd ~
yadm clone https://github.com/eligundry/dots.git
yadm bootstrap
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.
- Run the bootstrapping process described above
- Set the AWS access keys in
~/.config/envman/ENV.env
in this format:
AWS_ACCESS_KEY_ID='xxx'
AWS_SECRET_ACCESS_KEY='xxx'
- Run
./.local/bin/install-zsh-histdb-sync.sh