{"id":16288278,"url":"https://github.com/jbouter/snippets","last_synced_at":"2025-04-09T07:14:06.453Z","repository":{"id":140686607,"uuid":"255429629","full_name":"jbouter/snippets","owner":"jbouter","description":"  Scripts, configurationfiles that I frequently use(d)","archived":false,"fork":false,"pushed_at":"2020-10-20T16:07:30.000Z","size":6469,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T04:10:05.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbouter.png","metadata":{"files":{"readme":"README.md","changelog":"change_display","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-13T20:02:26.000Z","updated_at":"2020-10-20T16:07:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f09ed97-b4ed-4350-bc39-5405557ebca7","html_url":"https://github.com/jbouter/snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbouter%2Fsnippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbouter%2Fsnippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbouter%2Fsnippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbouter%2Fsnippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbouter","download_url":"https://codeload.github.com/jbouter/snippets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994122,"owners_count":21030049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T19:47:49.121Z","updated_at":"2025-04-09T07:14:06.433Z","avatar_url":"https://github.com/jbouter.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snippets repository\nEverything you'll find in here serves as a sort-of backup for what I am using or have used in the past. Feel free to browse through, use and modify whatever you find.\n\n\n## Git config\nrun:\n```bash\ngit config --global alias.tree \"log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)\u003c%an\u003e%Creset' --abbrev-commit --date=relative --branches --date-order\"\n```\n\n## Notegen requirements\n\n* Install eisvogel as documented on [roaldnefs/writeup-template](https://github.com/roaldnefs/writeup-template)\n* Built for the latest version of pandoc, with support for `--pdf-engine` instead of `--latex-engine`\n\nEisvogel documentation can be found on [GitHub](https://github.com/Wandmalfarbe/pandoc-latex-template)\n\n## Borg automation\n\nPlace `borgbackup.sh` in `/usr/local/sbin/` with rights `0750`\n\nAdjust `borgbackup.sh` according to your needs (username, paths in pass)\n\nPlace `borgbackup.service` and `borgbackup.timer` in `/etc/systemd/system/`\n\nEnable and start the systemd timer.\n\n```bash\n# Run below commands as root or prepend sudo\ncp borgbackup.sh /usr/local/sbin/\nvim /usr/local/sbin/borgbackup.sh\nchmod 0755 /usr/local/sbin/borgbackup.sh\nchown root: /usr/local/sbin/borgbackup.sh\ncp borgbackup.{service,timer} /etc/systemd/system/\nsystemctl daemon-reload\nsystemctl enable --now borgbackup.timer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbouter%2Fsnippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbouter%2Fsnippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbouter%2Fsnippets/lists"}