{"id":50622615,"url":"https://github.com/linusrachlis/dotfiles","last_synced_at":"2026-06-06T13:30:57.867Z","repository":{"id":338640311,"uuid":"806710377","full_name":"linusrachlis/dotfiles","owner":"linusrachlis","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-29T16:58:26.000Z","size":223,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-29T18:22:53.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/linusrachlis.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-27T18:28:16.000Z","updated_at":"2026-05-29T16:58:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/linusrachlis/dotfiles","commit_stats":null,"previous_names":["linusrachlis/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linusrachlis/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linusrachlis%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linusrachlis%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linusrachlis%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linusrachlis%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linusrachlis","download_url":"https://codeload.github.com/linusrachlis/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linusrachlis%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33984824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-06T13:30:55.078Z","updated_at":"2026-06-06T13:30:57.863Z","avatar_url":"https://github.com/linusrachlis.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles git repo\n\nThe approach here is based on this article:\nhttps://mjones44.medium.com/storing-dotfiles-in-a-git-repository-53f765c0005d\n\n## New machine setup\n\n1. Install [Homebrew](https://brew.sh/)\n2. Install [oh-my-zsh](https://ohmyz.sh/#install)\n3. Install Homebrew packages:\n```sh\nbrew update\nbrew install \\\n\n    # CLI tools\n    git neovim fnm lazygit \\\n\n    # Neovim dependencies\n    fzf ripgrep luarocks tree-sitter-cli \\\n\n    # Minmal set of LSP servers\n    lua-language-server typescript-language-server vscode-langservers-extracted\n\nbrew install --cask rectangle\nfnm install --lts\n```\n4. Set up dotfiles repo\n```sh\ngit clone --bare git@github.com:linusrachlis/dotfiles.git $HOME/.dotfiles\ngit --git-dir=$HOME/.dotfiles/ --work-tree=$HOME config --local status.showUntrackedFiles no\ngit --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout\n\n# For some reason remote tracking branches are not set up automatically with this setup\ngit --git-dir=$HOME/.dotfiles/ --work-tree=$HOME fetch origin\n\n# Check if the remote tracking branch is set up correctly\ngit --git-dir=$HOME/.dotfiles/ --work-tree=$HOME branch -r\n# If not, remove and re-add the remote, then fetch again\n\n# Run this whenever needed after pulling updates\nsource dotfiles_bootstrap.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusrachlis%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinusrachlis%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusrachlis%2Fdotfiles/lists"}