{"id":13898737,"url":"https://github.com/xenzh/myvimrc","last_synced_at":"2025-07-17T16:30:45.352Z","repository":{"id":32192420,"uuid":"35765957","full_name":"xenzh/myvimrc","owner":"xenzh","description":".vimrc and friends","archived":false,"fork":false,"pushed_at":"2025-05-12T07:06:46.000Z","size":522,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T08:25:45.127Z","etag":null,"topics":["tmux-configuration","vimrc","vimrc-configuration","xterm-configuration","zsh-configuration"],"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/xenzh.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":"2015-05-17T12:53:52.000Z","updated_at":"2025-05-12T07:06:50.000Z","dependencies_parsed_at":"2023-11-06T10:46:37.542Z","dependency_job_id":"2aea3142-51fb-4fc0-8305-9f73537cd37d","html_url":"https://github.com/xenzh/myvimrc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xenzh/myvimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenzh%2Fmyvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenzh%2Fmyvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenzh%2Fmyvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenzh%2Fmyvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xenzh","download_url":"https://codeload.github.com/xenzh/myvimrc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenzh%2Fmyvimrc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265629829,"owners_count":23801476,"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":["tmux-configuration","vimrc","vimrc-configuration","xterm-configuration","zsh-configuration"],"created_at":"2024-08-06T18:04:26.010Z","updated_at":"2025-07-17T16:30:44.994Z","avatar_url":"https://github.com/xenzh.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# My trusty dotfiles\n\nFeatures:\n\n* `zsh` configuration (based on `oh-my-zsh`).\n* `tmux` configuration.\n* `nvim` configuration and plugins for C++/python/Rust development (almost fully `vim` compatible).\n* shell aliases and tools.\n\nDocumentation:\n\n* [What's inside](docs/WHATS\\_INSIDE.md)\n* [Mappings and commands](docs/MAPPINGS.md)\n\n![tmux and vim, nord theme, cpp](./docs/myvimrc-nord.png)\n\n## Installation\n\n### Automatic\n\n```\ngit clone https://github.com/xenzh/myvimrc.git ~/.dotfiles\ncd ~/.dotfiles\n./install.sh\n```\n\n### Manual\n\n1. Clone this repo to `~/.dotfiles` folder and get the submodules\n\n```\ngit clone https://github.com/xenzh/myvimrc.git ~/.dotfiles\ncd ~/.dotfiles\ngit submodule update --init --recursive --remote\n```\n\n2. Install [nord theme](https://www.nordtheme.com/) port for the terminal emulator.\n\n3. Make symlinks / source scripts\n\n```\nln -s ~/.dotfiles/vim/.vimrc ~/.vimrc\ncp ~/.dotfiles/vim/init.vim ~/.config/nvim\n\nln -s ~/.dotfiles/.tmux.conf ~/.tmux.conf\n\nln -s ~/.dotfiles/.zshrc ~/.zshrc\n```\n\n## How to add, remove and update submodules\n\n```sh\n# pull all submodules\ngit submodule update --init --recursive --remote\n\n# add a submodule (use to http to bypass corp MITM)\ngit submodule add http://\u003cgit_repo\u003e\n\n# remove a submodule\ngit rm \u003cpath-to-submodule\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenzh%2Fmyvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxenzh%2Fmyvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenzh%2Fmyvimrc/lists"}