{"id":25198061,"url":"https://github.com/danedens/mac_dive_vimrc","last_synced_at":"2025-09-09T16:37:53.355Z","repository":{"id":149879696,"uuid":"561122835","full_name":"DanEdens/mac_dive_vimrc","owner":"DanEdens","description":"props to Pandoks for the head start","archived":false,"fork":false,"pushed_at":"2022-05-25T22:29:00.000Z","size":2966,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-10T02:41:21.311Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/DanEdens.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":"2022-11-03T01:56:47.000Z","updated_at":"2023-03-04T18:00:46.000Z","dependencies_parsed_at":"2023-07-22T07:02:44.989Z","dependency_job_id":null,"html_url":"https://github.com/DanEdens/mac_dive_vimrc","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/DanEdens%2Fmac_dive_vimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanEdens%2Fmac_dive_vimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanEdens%2Fmac_dive_vimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanEdens%2Fmac_dive_vimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanEdens","download_url":"https://codeload.github.com/DanEdens/mac_dive_vimrc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217221,"owners_count":20903009,"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-02-10T02:40:41.121Z","updated_at":"2025-04-04T17:17:35.251Z","avatar_url":"https://github.com/DanEdens.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# vimrc\n\nMy personal vim setup.\nSome of the keybinds only work on MacOS but I'll update them when I have time.\n\nThis is primarily for my own personal use when I'm active on a new machine or sshing into another computer but you are welcome to steal it.\n\nMust have Vim version 8 or more.\n\n# Installation\n**Preparation:**\n\nThis makes room for the install and deletes previous vim configs and git inits so backup those files before running this command.\n```sh\nrm -rf ~/.git ~/.vim ~/.vimrc\n```\n\n**Install Settings:**\n```sh\ngit clone https://github.com/Pandoks/vimrc.git\nmv vimrc/.* ~ \u0026\u0026 rm -rf vimrc ~/.git\n```\n\n# Coming Soon\n**Installer:**\nInstall the vim configs without needing to copy and paste.\n\n**COC.nvim:**\nInstall coc.nvim without needing sudo\n\n# Install/Update vim Without sudo:\nIf needed, here's a note to installing vim without root access to the package manager.\n\n**Install:**\n```sh\ncd ~ \u0026\u0026 mkdir .local\ncd .local \u0026\u0026 git clone https://github.com/vim/vim.git\ncd vim/src \u0026\u0026 ./configure --prefix=$HOME/.local/vim\nmake \u0026\u0026 make install\n```\n**Configure:**\n\nAfter installation, add to .bashrc or .zshrc depending on what shell the system is using:\n```sh\nalias vim=\"~/.local/vim/bin/vim\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanedens%2Fmac_dive_vimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanedens%2Fmac_dive_vimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanedens%2Fmac_dive_vimrc/lists"}