{"id":16655387,"url":"https://github.com/riverrun/dotfiles","last_synced_at":"2025-10-18T15:02:07.309Z","repository":{"id":22127085,"uuid":"25457877","full_name":"riverrun/dotfiles","owner":"riverrun","description":"Files for setting up zsh, vim, etc.","archived":false,"fork":false,"pushed_at":"2024-12-23T10:42:54.000Z","size":214,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T11:31:50.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/riverrun.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":"2014-10-20T08:43:06.000Z","updated_at":"2024-12-23T10:42:58.000Z","dependencies_parsed_at":"2023-12-27T08:29:09.250Z","dependency_job_id":"9ea4360e-10c9-46cb-82ca-b54f45ab7bd8","html_url":"https://github.com/riverrun/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/riverrun%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverrun%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverrun%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riverrun%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riverrun","download_url":"https://codeload.github.com/riverrun/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243276074,"owners_count":20265276,"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":"2024-10-12T09:52:49.325Z","updated_at":"2025-10-18T15:02:07.220Z","avatar_url":"https://github.com/riverrun.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nFiles for setting up zsh, neovim, etc.\n\n## initial setup\n\ncreate symlinks to nvim and zsh config (overwriting existing config)\n\n```\nrm -rf ~/.config/nvim\nln -s ~/develop/dotfiles/nvim ~/.config/nvim\nrm -rf ~/.config/zsh\nln -s ~/develop/dotfiles/zsh ~/.config/zsh\nrm ~/.zshrc\nln -s ~/develop/dotfiles/.zshrc ~/.zshrc\nrm ~/.psqlrc\nln -s ~/develop/dotfiles/.psqlrc ~/.psqlrc\n```\n\n## neovim\n\nrequires lua-language-server and gopls (install with brew or other package manager)\n\npython3 -m pip install --upgrade pip\npip3 install pynvim\nnpm install -g neovim\nnpm install -g pyright\nnpm install -g bash-language-server\nbrew install marksman\n\nfor tree-sitter, need to install language parsers\n\n```\nTSInstall bash c elixir go help lua markdown python vim\n```\n\n### Elixir\n\nrun the following commands (if elixir-ls has already been cloned, run `git fetch origin` after cd-ing into .elixir-ls):\n\n```\ngit clone git@github.com:elixir-lsp/elixir-ls.git ~/.elixir-ls\ncd ~/.elixir-ls\ngit checkout v0.14.6 # checkout the latest release\nmix deps.get\nMIX_ENV=prod mix compile\nMIX_ENV=prod mix elixir_ls.release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friverrun%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friverrun%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friverrun%2Fdotfiles/lists"}