Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eligundry/dots
Dotfiles for winners. Winners use yadm.
https://github.com/eligundry/dots
dotfiles yadm
Last synced: 2 months ago
JSON representation
Dotfiles for winners. Winners use yadm.
- Host: GitHub
- URL: https://github.com/eligundry/dots
- Owner: eligundry
- License: mit
- Created: 2014-03-01T00:00:00.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T00:59:40.000Z (5 months ago)
- Last Synced: 2024-08-07T03:29:44.867Z (5 months ago)
- Topics: dotfiles, yadm
- Language: Lua
- Homepage:
- Size: 1.56 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dots
This is a repository of my (Eli Gundry) dotfiles.
## Path of the Winner
```bash
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`](https://github.com/larkery/zsh-histdb), which saves commands to
a sqlite3 database, which is then continuously replicated to S3 with
[litestream](https://litestream.io/) via a background process setup with
[serviceman](https://webinstall.dev/serviceman/).### Installation
1. Run the bootstrapping process described above
2. Set the AWS access keys in `~/.config/envman/ENV.env` in this format:
```bash
AWS_ACCESS_KEY_ID='xxx'
AWS_SECRET_ACCESS_KEY='xxx'
```
3. Run `./.local/bin/install-zsh-histdb-sync.sh`