{"id":26296039,"url":"https://github.com/mo42/dotfiles","last_synced_at":"2025-03-15T04:16:44.943Z","repository":{"id":270753278,"uuid":"907486097","full_name":"mo42/dotfiles","owner":"mo42","description":"My NeoVim, NeoMutt, Zsh, Sway, and other configuration files","archived":false,"fork":false,"pushed_at":"2025-03-11T19:30:23.000Z","size":288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T20:30:58.320Z","etag":null,"topics":[],"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/mo42.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}},"created_at":"2024-12-23T17:31:19.000Z","updated_at":"2025-03-11T19:30:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"44f6f579-738f-4778-8886-8f2d18b899a1","html_url":"https://github.com/mo42/dotfiles","commit_stats":null,"previous_names":["mo42/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mo42%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mo42%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mo42%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mo42%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mo42","download_url":"https://codeload.github.com/mo42/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681046,"owners_count":20330155,"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":"2025-03-15T04:16:44.563Z","updated_at":"2025-03-15T04:16:44.935Z","avatar_url":"https://github.com/mo42.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n![dotfiles example in Sway](.example.png)\n\nI manage my dotfiles directly with `git`\n([based on this HN post](https://news.ycombinator.com/item?id=11071754)).\n\n## Replicate on new Machine\n```sh\ngit clone --separate-git-dir=$HOME/.dotfiles https://github.com/mo42/dotfiles.git dotfiles-tmp\ncp -r dotfiles-tmp/.* ~\nrm -r ~/dotfiles-tmp\n```\n\n## Example: Add Vim Configuration\n```sh\ndotgit status\ndotgit add .vimrc\ndotgit commit -m \"Every good setup needs a vimrc\"\n```\n\n## Initial Setup\n```sh\ngit init --bare $HOME/.dotfiles\nalias dotgit='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'\n# Don't show untracked files\ndotgit config status.showUntrackedFiles no\n```\n\n## Setup NeoVim\n```sh\nsh -c 'curl -fLo \"${XDG_DATA_HOME:-$HOME/.local/share}\"/nvim/site/autoload/plug.vim --create-dirs \\\n   https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmo42%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmo42%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmo42%2Fdotfiles/lists"}