{"id":20120679,"url":"https://github.com/nonrational/dotfiles","last_synced_at":"2025-05-06T14:33:13.931Z","repository":{"id":2513159,"uuid":"3488732","full_name":"nonrational/dotfiles","owner":"nonrational","description":":neckbeard: Mostly macOS with a dash of GNU/Linux.","archived":false,"fork":false,"pushed_at":"2025-04-24T15:53:41.000Z","size":52121,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-24T16:52:39.533Z","etag":null,"topics":["bash","dotfiles","git","gitconfig","linux","rcfiles","screenrc","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/nonrational.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,"zenodo":null}},"created_at":"2012-02-19T21:58:38.000Z","updated_at":"2025-04-24T15:53:45.000Z","dependencies_parsed_at":"2023-10-11T22:13:07.134Z","dependency_job_id":"b1621df7-fca2-477e-a9e7-a0fe6ed16ccf","html_url":"https://github.com/nonrational/dotfiles","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/nonrational%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonrational%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonrational%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonrational%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nonrational","download_url":"https://codeload.github.com/nonrational/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252703478,"owners_count":21790891,"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":["bash","dotfiles","git","gitconfig","linux","rcfiles","screenrc","vimrc"],"created_at":"2024-11-13T19:22:10.834Z","updated_at":"2025-05-06T14:33:13.919Z","avatar_url":"https://github.com/nonrational.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Why?\n\nBecause storing cross-machine config is cumbersome. Installing Git is \u0026mdash; for the most part \u0026mdash; easy.\n\n# Installation\n\n## macOS\n\n```shell\n#!/usr/bin/env sh\nxcode-select --install\n\ngit clone https://github.com/nonrational/dotfiles .dotfiles\ncd .dotfiles\n\nmake brew-install\nmake brew-bundle\n\nif [ -f /opt/homebrew/bin/bash ]; then\n  echo '/opt/homebrew/bin/bash' | sudo tee -a /etc/shells\n  chsh -s '/opt/homebrew/bin/bash'\nelse\n  echo 'Unable to set default shell to `/opt/homebrew/bin/bash`'\nfi\n\n# Better get a new terminal at this point.\nmake link-dotfiles\nmake link-karabiner\nmake link-sublime\nmake restore-preferences\n\n# Almost there! Good idea to restart iTerm now, and take the opportunity to\n# ensure it has full disk access.\nmake macos-reset-dock\nmake macos-disable-restore-apps-on-login\nmake macos\n```\n\n## GNU/Linux\n\n```shell\n#!/usr/bin/env sh\n\ngit clone git@github.com:nonrational/dotfiles .dotfiles\ncd .dotfiles\n\nmake link-dotfiles\n```\n\n# Development\n\nSince live-copies are symlinked out, commit and push changes as necessary.\n\nFor big refactors, don't try to do it live. Clone a separate copy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonrational%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnonrational%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonrational%2Fdotfiles/lists"}