Update READMEs

This commit is contained in:
earnest ma 2022-01-28 18:52:48 -05:00
parent 3e071aca29
commit 0811b50609
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
2 changed files with 18 additions and 12 deletions

View File

@ -1,8 +1,19 @@
You've run across the directory where I set up everything relating to how I do personal backups. I should/ will/ do test, but if you see something wrong/ questionable, please let me know, thanks :)
# backups!
Let's make sure we have these installed:
You've come across the directory where I set up everything relating to how I do personal backups. If you see something wrong/ questionable, please let me know, thanks :)
You will need the following:
- Bash
- Restic
- msmtp set up
- credentials set up w/ pash
- msmtp configured
- credentials in pash (if temporary/ pash not set up, you can temporary overwrite the appropriate values in `restic-do`)
Within my dotfiles, there are systemd configuration files:
```bash
# Runs 6 minutes after boot and at 21:00
systemctl --user enable restic-backup.timer
systemctl --user status restic-backup.timer # view status
```

View File

@ -1,14 +1,9 @@
# Dotfiles
These dotfiles are managed using GNU Stow and I use them on my systems running
Fedora 35.
These dotfiles are managed using GNU Stow and I use them on my laptop running Fedora 35.
## Usage
Clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove
all the links.
Refer to my [ansible repository](https://git.earne.link/earnestma/ansible) for installing and configuring the system. Restore from a backup if necessary (you will need this repository cloned for that).
If you are setting up a fresh system, follow the comments in `bootstrap.sh` and
then run
`curl https://git.sr.ht/~earnestma/dotfiles/blob/main/bootstrap.sh | bash`.
Your password might be required twice.
Clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove all the links.