{"id":18081491,"url":"https://github.com/bdielman/dotfiles","last_synced_at":"2026-02-26T08:22:04.156Z","repository":{"id":3295212,"uuid":"4336477","full_name":"bdielman/dotfiles","owner":"bdielman","description":"My dotfiles setup","archived":false,"fork":false,"pushed_at":"2025-01-13T23:13:24.000Z","size":354,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T09:40:00.598Z","etag":null,"topics":["shell"],"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/bdielman.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-05-15T14:10:02.000Z","updated_at":"2023-12-21T01:56:25.000Z","dependencies_parsed_at":"2024-10-31T13:15:02.833Z","dependency_job_id":"38330401-e0a9-465c-8d43-0c4de4e7dbcf","html_url":"https://github.com/bdielman/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/bdielman%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdielman%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdielman%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdielman%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdielman","download_url":"https://codeload.github.com/bdielman/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586249,"owners_count":21128997,"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":["shell"],"created_at":"2024-10-31T13:14:58.040Z","updated_at":"2026-02-26T08:21:59.135Z","avatar_url":"https://github.com/bdielman.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Dotfiles Setup\n\n## Setup\n\n### Prerequisites\n\n* Git (2.0+)\n* Vim (8.0+) - Vim installed via [Homebrew](https://brew.sh)\n\n### The Setup\n\n#### Create the dotfiles directory\n\n```bash\n$ mkdir .dotfiles\n$ git clone git@github.com:bdielman/dotfiles.git ~/.dotfiles\n$ cd ~/.dotfiles\n```\n\n#### Install minpac and setup vim plugins\n\n```bash\n# Create directory and install minpac\n$ mkdir -p vim/pack/minpac/opt/\n$ git clone https://github.com/k-takata/minpac.git vim/pack/minpac/opt/minpac\n\n# Install/update plugins (while in Vim)\n:PackUpdate\n```\n\n#### Add new plugins\n\n```bash\n# Add the plugin to packages.vim file\ncall minpac#add('[github_user_name]/[github_repo_name]')\n\n# Intall/update plugins (while in Vim)\n:PackUpdate\n```\n\n#### Remove plugins\n\n```bash\n# Delete the line for the plugin from packages.vim file\n# Run minpac clean (while in Vim)\n:PackClean\n```\n\n#### Symlink the new files to HOME\n\n```bash\n$ bash symlinkit.sh\n```\n\nRunning the symlinkit script will delete (if they already exist) and recreate the symlinks in HOME.\n\n## Acknowledgements\n\nI have a few people to thank for help and inspiration in getting this up and running:\n\n* [Branden Wiegand](https://github.com/wiegand)\n* [Nate Klaiber](https://github.com/nateklaiber)\n* [Joe Fiorini](https://github.com/joefiorini)\n* [Jonathan Penn](https://github.com/jonathanpenn)\n* [Nicolas Gallagher](https://github.com/necolas)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdielman%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdielman%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdielman%2Fdotfiles/lists"}