{"id":16335806,"url":"https://github.com/3noch/dotfiles","last_synced_at":"2026-03-03T06:36:40.981Z","repository":{"id":141673404,"uuid":"79253050","full_name":"3noch/dotfiles","owner":"3noch","description":"Dot files and nix configuration for my systems","archived":false,"fork":false,"pushed_at":"2017-02-11T18:44:47.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T04:01:51.319Z","etag":null,"topics":["bash","dotfiles","gpg","keybase","linux","macos","nixos","nixpkgs","pgp","shell","ssh-key","symlink"],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3noch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-01-17T17:29:51.000Z","updated_at":"2024-08-24T23:40:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"0bcf96a8-3bcc-4f70-b47d-b7599be8d8ed","html_url":"https://github.com/3noch/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/3noch/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3noch","download_url":"https://codeload.github.com/3noch/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3noch%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30034123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:09:21.518Z","status":"ssl_error","status_checked_at":"2026-03-03T06:08:47.858Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","dotfiles","gpg","keybase","linux","macos","nixos","nixpkgs","pgp","shell","ssh-key","symlink"],"created_at":"2024-10-10T23:42:25.677Z","updated_at":"2026-03-03T06:36:40.954Z","avatar_url":"https://github.com/3noch.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"dotfiles for Elliot Cameron (3noch)\n===================================\n\n# Dotfiles\n\nSymlink dotfiles from `nixos/user/` to your home directory. Once `nix-home` is working we can use that instead.\n\nThe files in the repository are not hidden, so you'll need to symlink them to actual \"dot\" files:\n\n```shell\nln -s dotfiles/nixos/user/bash_profile ~/.bash_profile\n```\n\n\n# Security\n\n## Setting up GPG\n\nUsing keybase, login and add a new device:\n\n```shell\nkeybase login\nkeybase pgp export --secret | gpg --allow-secret-key-import --import\n```\n\n(For reference: https://iwader.co.uk/post/signing-git-commits-keybase-gpg-key)\n\n\n## Setting up SSH keys\n\nFor each system, generate a set of SSH keys for each remote system you need to access, like this:\n\n```shell\nssh-keygen -t ed25519 -f ~/.ssh/id_ed25519_\u003cremote\u003e -C \"\u003chost\u003e:\u003cremote\u003e\"\n```\n\nConfigure `~/.ssh/config` to specify which identity file to use for each remote:\n\n```\nAddKeysToAgent yes\n\nHost \u003cremote\u003e\n    IdentitiesOnly yes\n    IdentityFile ~/.ssh/id_ed25519_\u003cremote\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3noch%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3noch%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3noch%2Fdotfiles/lists"}