No description
Find a file
Tyler Mayoff 2b3e31dd9d Configure Renovate (#41)
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

---
### Detected Package Files

 * `.forgejo/workflows/flake-updater.yml` (github-actions)
 * `.forgejo/workflows/main.yml` (github-actions)
 * `.github/workflows/flake-updater.yml` (github-actions)
 * `.github/workflows/main.yml` (github-actions)

### What to Expect

It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.

---

 Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

<!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c-->

Reviewed-on: https://codeberg.org/tmayoff/.dotfiles/pulls/41
Co-authored-by: Tyler Mayoff <tyler@tylermayoff.com>
Co-committed-by: Tyler Mayoff <tyler@tylermayoff.com>
2025-09-13 04:43:21 +02:00
.forgejo skip storage cleanup 2025-09-12 22:39:59 -04:00
dot_config fix CI 2025-09-10 22:06:48 -04:00
private_dot_local/bin updated some configs and theming 2025-07-18 23:06:28 -04:00
.chezmoi.toml.tmpl New encyption scheme 2024-09-30 20:09:37 -04:00
.chezmoiignore New encyption scheme 2024-09-30 20:09:37 -04:00
.gitignore updated lock file 2025-07-05 00:40:25 -04:00
key.txt.age New encyption scheme 2024-09-30 20:09:37 -04:00
README.md Update README.md 2025-03-20 22:10:11 -04:00
renovate.json Configure Renovate (#41) 2025-09-13 04:43:21 +02:00
run_nix-rebuild.sh nix-darwin fixes. PaperWM.spoon 2025-09-02 15:39:25 -04:00
run_once_before_decrypt-private-key.sh.tmpl Trying to get macos to work 2024-12-03 16:05:21 -05:00

My dotfiles for maintaining my configuration

Required programs

  • nix : package manager
  • home-manager: config manager
  • chezmoi: dotfiles manager

Steps

Minimal NixOS install

  1. Set hostname to desired machine (mal, wash, etc...)
  2. nix-shell -p chezmoi
  3. chezmoi init --apply https://github.com/tmayoff/.dotfiles.got

Existing NixOS

TODO

Non NixOS

TODO

Darwin

TODO

Docs

Based on this repo: https://github.com/Misterio77/nix-starter-configs