Update READMEs
parent
3e071aca29
commit
0811b50609
|
@ -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
|
- Bash
|
||||||
- Restic
|
- Restic
|
||||||
- msmtp set up
|
- msmtp configured
|
||||||
- credentials set up w/ pash
|
- 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
|
||||||
|
```
|
||||||
|
|
11
README.md
11
README.md
|
@ -1,14 +1,9 @@
|
||||||
# Dotfiles
|
# Dotfiles
|
||||||
|
|
||||||
These dotfiles are managed using GNU Stow and I use them on my systems running
|
These dotfiles are managed using GNU Stow and I use them on my laptop running Fedora 35.
|
||||||
Fedora 35.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove
|
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).
|
||||||
all the links.
|
|
||||||
|
|
||||||
If you are setting up a fresh system, follow the comments in `bootstrap.sh` and
|
Clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove all the links.
|
||||||
then run
|
|
||||||
`curl https://git.sr.ht/~earnestma/dotfiles/blob/main/bootstrap.sh | bash`.
|
|
||||||
Your password might be required twice.
|
|
||||||
|
|
Loading…
Reference in New Issue