{"id":19275671,"url":"https://github.com/singulared/dots","last_synced_at":"2026-05-17T15:06:43.814Z","repository":{"id":55954037,"uuid":"98883448","full_name":"singulared/dots","owner":"singulared","description":"Userspace configuration","archived":false,"fork":false,"pushed_at":"2023-09-29T11:25:19.000Z","size":284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T15:27:14.152Z","etag":null,"topics":["dotfiles","neovim"],"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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/singulared.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":"2017-07-31T11:52:06.000Z","updated_at":"2022-10-23T20:31:12.000Z","dependencies_parsed_at":"2023-01-23T04:01:18.364Z","dependency_job_id":"7174eae4-9b7f-4b1c-a694-19830323b520","html_url":"https://github.com/singulared/dots","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/singulared%2Fdots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fdots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fdots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fdots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singulared","download_url":"https://codeload.github.com/singulared/dots/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240378927,"owners_count":19792040,"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":["dotfiles","neovim"],"created_at":"2024-11-09T20:51:29.174Z","updated_at":"2025-10-15T14:42:52.707Z","avatar_url":"https://github.com/singulared.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dots\nUserspace configuration\n\n## Neovim\n![Neovim Example](screens/neovim.png)\n### Build neovim from source\n```bash\ngit clone https://github.com/neovim/neovim.git\nsudo apt install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip\nsudo apt install python-pip python3.7 python3-pip\nmake distclean\nCMAKE_BUILD_TYPE=RelWithDebInfo make deps \u0026\u0026 CMAKE_BUILD_TYPE=RelWithDebInfo make\nsudo make install\n```\n### Install vim-plug\n```bash\ncurl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \\\n    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n### Copy configuration\n```bash\ncp nvimrc ~/.config/nvim/init.vim\n```\n\n### Install neovim plugins dependencies\n#### Install rust\n```bash\ncurl https://sh.rustup.rs -sSf | sh\nrustup component add rls rust-analysis rust-src\n```\n#### Install xclip\n```bash\nsudo apt install xclip, xsel\n```\n\n\n## Zsh\n![Zsh Example](screens/zsh.png)\n\n### Install zsh, git\n```bash\napt install zsh, git\n```\n\n### Install zplug\n```bash\ncurl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh\n```\n\n### Install zplug\\zsh config\n```bash\ncp zshrc ~/.zshrc\nchsh --shell /bin/zsh\n```\n\n### Install fonts\n```bash\n# clone\ngit clone https://github.com/powerline/fonts.git --depth=1\n# install\ncd fonts\n./install.sh\n# clean-up a bit\ncd ..\nrm -rf fonts\n\n# install Nerd fonts\nmkdir -p ~/.local/share/fonts\ncd ~/.local/share/fonts \u0026\u0026 curl -fLo \"DejaVu Sans Mono for Powerline Nerd Font Complete.otf\" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DejaVuSansMono/complete/DejaVu%20Sans%20Mono%20Nerd%20Font%20Complete.otf\nfc-cache -f -v\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingulared%2Fdots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingulared%2Fdots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingulared%2Fdots/lists"}