{"id":31794532,"url":"https://github.com/jollopre/dotfiles","last_synced_at":"2026-04-08T16:02:09.699Z","repository":{"id":44789568,"uuid":"204577325","full_name":"jollopre/dotfiles","owner":"jollopre","description":"My personal dotfiles","archived":false,"fork":false,"pushed_at":"2026-02-23T21:49:17.000Z","size":157,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-24T04:30:53.129Z","etag":null,"topics":["bash","brew","brewfile","dotfiles","git-secret","vim","vim-configuration","vimrc","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jollopre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-08-26T23:11:22.000Z","updated_at":"2026-02-23T21:49:21.000Z","dependencies_parsed_at":"2024-12-27T14:29:23.585Z","dependency_job_id":"7896d88e-4fa7-4fbb-8fd7-35fff61650ac","html_url":"https://github.com/jollopre/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jollopre/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jollopre","download_url":"https://codeload.github.com/jollopre/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","brew","brewfile","dotfiles","git-secret","vim","vim-configuration","vimrc","zsh"],"created_at":"2025-10-10T19:46:17.900Z","updated_at":"2026-04-08T16:02:09.693Z","avatar_url":"https://github.com/jollopre.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nThis repository contains my personal setup for MacOS machine.\n\n## Quick Start\n\n1. Clone this repository:\n\n```bash\ngit clone git@github.com:jollopre/dotfiles.git ~/dotfiles\n```\n\n2. Run setup\n\n```bash\n./bin/setup\n```\n\nwill display a menu with the following options:\n\n```\nUsage: bin/setup \u003ccommand\u003e [subcommand]\nCommands:\n  config-git            Configure git\n  install-ohmyzsh       Install OhMyZSH\n  install-homebrew      Install homebrew\n  install-neovim        Install neovim\n  install-tmux          Install tmux\n  gpg                   GPG\n    ├── list-public-keys      List public GPG keys\n    ├── list-secret-keys      List secret GPG keys\n    ├── import-public-key     Import public GPG key\n    ├── import-secret-key     Import secret GPG key\n  git-secret            git-secret\n    ├── add                   Add file for encrypting (TODO)\n    ├── reveal                Decrypt files for editing\n    ├── update                Re-encrypt files and cleanup decrypted versions\n    ├── copy                  Decrypt and setup secrets in \"$HOME\"\n  install-pass          Install pass\n  help                  Display this help message\n```\n\n3. Follow the instructions on the screen to complete the setup.\n\n## Encrypt data\n\nI use [git-secret](https://git-secret.io/) to store secrets that otherwise would be compromised\nwithin git versioning. Make sure that public/private [gpg](https://www.gnupg.org/) keys are stored in the machine beforehand.\n\n### New file to be added\n\nIn order to add a new file for encrypting, you can type the following:\n\n```bash\n# Add file to the index of files tracked to be encrypted\ngit-secret add \u003cfilename\u003e\n# Encrypts all the files that have been added\ngit-secret hide\n```\n\n### Update existing file\n\nTo edit encrypted files, use the reveal-edit-update workflow:\n\n```bash\n# 1. Decrypt files for editing\n./bin/setup git-secret reveal\n\n# 2. Edit your files\nvim flywire/.tokens.sh\n# ... make your changes\n\n# 3. Re-encrypt and cleanup\n./bin/setup git-secret update\n```\n\nRemember to push your changes back to this repository after updating.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollopre%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjollopre%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollopre%2Fdotfiles/lists"}