{"id":16675893,"url":"https://github.com/harmenjanssen/dotfiles","last_synced_at":"2025-08-19T09:13:48.279Z","repository":{"id":3992432,"uuid":"51621938","full_name":"harmenjanssen/dotfiles","owner":"harmenjanssen","description":"Dotfiles so cunning, they ooze productivity.","archived":false,"fork":false,"pushed_at":"2024-12-02T13:09:07.000Z","size":2968,"stargazers_count":5,"open_issues_count":12,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T20:44:51.531Z","etag":null,"topics":["dotfiles","fish","osx","vim"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/harmenjanssen.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":"2016-02-12T22:54:27.000Z","updated_at":"2024-12-02T13:09:11.000Z","dependencies_parsed_at":"2023-01-11T16:34:26.155Z","dependency_job_id":"e3b217bc-6031-49ec-b1f9-7ef5f9541d58","html_url":"https://github.com/harmenjanssen/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harmenjanssen/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmenjanssen%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmenjanssen%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmenjanssen%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmenjanssen%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harmenjanssen","download_url":"https://codeload.github.com/harmenjanssen/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmenjanssen%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271128961,"owners_count":24703879,"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-08-19T02:00:09.176Z","response_time":63,"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":["dotfiles","fish","osx","vim"],"created_at":"2024-10-12T13:08:19.303Z","updated_at":"2025-08-19T09:13:48.260Z","avatar_url":"https://github.com/harmenjanssen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nUseful for setting up new machines.\n\nGot a lot of opinionated stuff, or very specific work things, especially in Vim. So it's probably\nbest to cherry-pick the stuff you like.\n\nInstall:\n\n```\ngit clone git://github.com/harmenjanssen/dotfiles ~/.dotfiles\ncd ~/.dotfiles\nnode install.js\n```\n\n## VimPlug\n\nMy Neovim setup uses [VimPlug](https://github.com/junegunn/vim-plug). Install this first:\n\n```\nsh -c 'curl -fLo \"${XDG_DATA_HOME:-$HOME/.local/share}\"/nvim/site/autoload/plug.vim --create-dirs \\\n       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'\n```\n\nThen run vim with just the plugins configuration (to avoid errors from yet-to-be-loaded plugins):\n\n```\nnvim -u ~/.config/nvim/plugins.vim\n```\n\nand run `:PlugInstall` from within vim.\n\nNote that the [NCM2](https://github.com/ncm2/ncm2) plugin needs `pynvim`. Install using `pip`:\n\n```\npython3 -m pip install pynvim\n```\n\n\n## Brewfile\n\nI sorta manually try to remember to update the `Brewfile` from time to time.  \nInstall all Brew dependencies by running \n\n```\nbrew tap homebrew/bundle\nbrew bundle\n```\n\nin the dotfiles folder.\n\n\n## Global Yarn packages\n\nA handful of useful npm packages is installed globally using Yarn.\nThe `yarn.lock` file is in this repository and all packages within can be installed using \n\n```\nyarn global upgrade\n```\n\n(This will also upgrade them to the latest version but I have yet to find a way to just install them)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharmenjanssen%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharmenjanssen%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharmenjanssen%2Fdotfiles/lists"}