{"id":21169567,"url":"https://github.com/pellaeon/dotfiles","last_synced_at":"2025-10-11T08:12:24.773Z","repository":{"id":146907775,"uuid":"3659826","full_name":"pellaeon/Dotfiles","owner":"pellaeon","description":"My configuration files","archived":false,"fork":false,"pushed_at":"2025-07-14T03:43:51.000Z","size":790,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-14T06:06:30.297Z","etag":null,"topics":[],"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/pellaeon.png","metadata":{"files":{"readme":"README.markdown","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":"2012-03-08T12:36:35.000Z","updated_at":"2025-07-14T03:43:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"de9b728a-266e-4aec-82bb-4de3188c4520","html_url":"https://github.com/pellaeon/Dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pellaeon/Dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellaeon%2FDotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellaeon%2FDotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellaeon%2FDotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellaeon%2FDotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pellaeon","download_url":"https://codeload.github.com/pellaeon/Dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pellaeon%2FDotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006756,"owners_count":26084148,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":"2024-11-20T15:52:31.222Z","updated_at":"2025-10-11T08:12:24.742Z","avatar_url":"https://github.com/pellaeon.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"Installation\n\n    git clone git://github.com/pellaeon/Dotfiles.git\n\nWhere possible, Vim plugins are installed as git submodules. Check these out by\nrunning the commands:\n\n    cd Dotfiles\n    git submodule init\n    git submodule update\n\nCreate symlinks:\n\n    ln -s ~/Dotfiles/bashrc ~/.bashrc\n    ln -s ~/Dotfiles/vimrc ~/.vimrc\n    ln -s ~/Dotfiles/gvimrc ~/.gvimrc\n    ln -s ~/Dotfiles/irbrc ~/.irbrc\n    ln -s ~/Dotfiles/vim ~/.vim\n    ln -s ~/Dotfiles/ctags ~/.ctags\n    ln -s ~/Dotfiles/jshintrc ~/.jshintrc\n\n# VIM #\n\nMy preferences for Vim are stored in `Dotfiles/vimrc` and `Dotfiles/gvimrc`\nrespectively. All plugins and scripts are stored in the `Dotfiles/vim`\ndirectory.\n\n## Adding Plugin Bundles ##\n\nPlugins that are published on github can be installed as submodules. For\nexample, to install the [JavaScript bundle][jsbun], follow these steps:\n\n    cd ~/Dotfiles\n    git submodule add http://github.com/pangloss/vim-javascript.git vim/bundle/vim-javascript\n\nThis will update the `.gitmodules` file by appending something like:\n\n    [submodule \"vim/bundle/vim-javascript\"]\n        path = vim/bundle/vim-javascript\n        url = http://github.com/pangloss/vim-javascript.git\n    \nAs well as checkout out the git repo into the\n`vim/bundle/vim-javascript` directory. You can then commit these changes\nas follows:\n\n    git add .\n    git ci -m \"Added the javascript bundle\"\n\n# Credits #\n    Modified from https://github.com/nelstrom/dotfiles/blob/master/README.markdown\n\n[jsbun]: http://github.com/pangloss/vim-javascript.git\n[ap]: http://github.com/michaeldv/awesome_print\n[i_editor]: http://github.com/jberkel/interactive_editor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpellaeon%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpellaeon%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpellaeon%2Fdotfiles/lists"}