2024-02-15 01:08:31 +01:00
|
|
|
plugins:
|
|
|
|
- name: "gitea_owned_repos"
|
2024-02-14 10:35:47 +01:00
|
|
|
api_url: "https://git.snaile.de/api/v1"
|
|
|
|
targets:
|
|
|
|
- "orgs/snailed"
|
|
|
|
- "users/luca"
|
|
|
|
endpoint: "repos"
|
|
|
|
token_cmd: "secret-tool lookup gitea api_token"
|
|
|
|
extra_headers:
|
|
|
|
- "Authorization: token ${TOKEN}"
|
2024-02-15 01:08:31 +01:00
|
|
|
url_type: "ssh_url"
|
|
|
|
# - name: "github_starred_repos"
|
|
|
|
# api_url: "https://api.github.com"
|
|
|
|
# targets:
|
|
|
|
# - "users/ssnailed"
|
|
|
|
# endpoint: "starred"
|
|
|
|
# url_type: "ssh_url"
|
|
|
|
# token_cmd: "secret-tool lookup github api_token"
|
|
|
|
# extra_headers:
|
|
|
|
# - "Authorization: Bearer ${TOKEN}"
|
|
|
|
|
|
|
|
repos:
|
|
|
|
- "https://git.kernel.org/pub/scm/git/git.git"
|
2024-02-14 10:35:47 +01:00
|
|
|
|
|
|
|
clone_flags: "--recursive -j8"
|
|
|
|
|
2024-02-15 01:08:31 +01:00
|
|
|
directories:
|
|
|
|
- path: "${XDG_DOCUMENTS_DIR}/dev/desktop"
|
|
|
|
repos:
|
|
|
|
- "luca/bootstrapper"
|
|
|
|
- "luca/dmenu-custom"
|
|
|
|
- "luca/dwm-custom"
|
|
|
|
- "luca/dwmblocks-custom"
|
|
|
|
- "luca/st-custom"
|
|
|
|
- "luca/tokyonight-icons"
|
|
|
|
- "luca/tokyonight-theme"
|
|
|
|
- path: "${XDG_DOCUMENTS_DIR}/dev/server"
|
|
|
|
repos:
|
|
|
|
- "snailed/ansible-example"
|
|
|
|
- "snailed/ansible-homelab"
|
|
|
|
- "snailed/dotfiles-server"
|
|
|
|
- "snailed/qbittorrent-natpmp"
|
|
|
|
- "snailed/server-resources"
|
|
|
|
- "snailed/void-packages-custom"
|
|
|
|
- "snailed/xbps-builder"
|
|
|
|
- "spantaleev/matrix-docker-ansible-deploy"
|
|
|
|
- "void-linux/void-packages"
|
|
|
|
- path: "${XDG_DOCUMENTS_DIR}/dev/nvim"
|
|
|
|
repos:
|
|
|
|
- "snailed/taolf"
|
|
|
|
- path: "${XDG_DOCUMENTS_DIR}/dev/misc"
|
|
|
|
repos:
|
|
|
|
- "snailed/tidal-scraper"
|
|
|
|
- "b3nj5m1n/xdg-ninja"
|
|
|
|
- "jnweiger/led-name-badge-ls32"
|
2024-02-14 10:35:47 +01:00
|
|
|
|
2024-02-15 01:08:31 +01:00
|
|
|
block_unsorted: 0
|
|
|
|
unsorted_directory: "${XDG_DOCUMENTS_DIR}/dev/unsorted"
|
2024-02-14 10:35:47 +01:00
|
|
|
|
|
|
|
block_repos:
|
|
|
|
- "luca/pinentry-dmenu-custom"
|
|
|
|
- "snailed/matrix-inventory"
|