{"id":20279153,"url":"https://github.com/peterhellberg/dotfiles","last_synced_at":"2025-11-29T19:06:18.016Z","repository":{"id":736306,"uuid":"386428","full_name":"peterhellberg/dotfiles","owner":"peterhellberg","description":"My config files (aka dotfiles)","archived":false,"fork":false,"pushed_at":"2025-02-25T16:59:42.000Z","size":422,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-25T17:39:36.810Z","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/peterhellberg.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":"2009-11-26T13:19:14.000Z","updated_at":"2025-02-25T16:59:46.000Z","dependencies_parsed_at":"2024-02-06T09:28:58.232Z","dependency_job_id":"d8a3407a-f22e-4bdc-81ef-416bf87480f2","html_url":"https://github.com/peterhellberg/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/peterhellberg%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterhellberg","download_url":"https://codeload.github.com/peterhellberg/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241768277,"owners_count":20017129,"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":"2024-11-14T13:28:34.795Z","updated_at":"2025-11-29T19:06:18.011Z","avatar_url":"https://github.com/peterhellberg.png","language":"Vim Script","readme":"# .dotfiles\n\n\u003e [!Note]\n\u003e My config files (aka [dotfiles](http://en.wikipedia.org/wiki/Dotfiles)), they might be useful for someone else.\n\n## Installation\n\n```console\ncd $HOME\ngit clone git@github.com:peterhellberg/dotfiles.git .dotfiles\nln -s .dotfiles/.??* -t .\nunlink .git\n```\n\n## Neovim\n\nThe Vim configuration require [vim-plug](https://github.com/junegunn/vim-plug) to be installed.\n\n```console\ncurl -fLo ~/.vim/autoload/plug.vim --create-dirs \\\n    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n\n### :CocConfig\n```json\n{\n  \"coc.preferences.useQuickfixForLocations\": true,\n  \"extensions.updateCheck\": \"daily\",\n  \"inlayHint.enable\": false,\n  \"suggest.snippetIndicator\": \"\",\n  \"snippets.priority\": 200,\n  \"snippets.ultisnips.directories\": [\n    \"UltiSnips\",\n    \"gosnippets/UltiSnips\"\n  ],\n  \"zig.path\": \"/home/peter/Code/GitHub/zigtools/zls/zig-out/bin/zls\",\n  \"zig.enabled\": true,\n  \"zig.startUpMessage\": false,\n  \"languageserver\": {\n    \"tinymist\": {\n      \"command\": \"/home/peter/.local/bin/tinymist-linux-x64\",\n      \"filetypes\": [\"typst\"]\n    }\n  },\n  \"clangd.path\": \"~/.config/coc/extensions/coc-clangd-data/install/18.1.3/clangd_18.1.3/bin/clangd\",\n  \"snippets.ultisnips.pythonPrompt\": false\n}\n```\n\n## Software\n\n- WezTerm from \u003chttps://github.com/wezterm/wezterm\u003e\n- Firefox Developer Edition from \u003chttps://www.mozilla.org/en-US/firefox/developer/\u003e\n- Docker from \u003chttps://docs.docker.com/docker-for-mac\u003e\n- Homebrew from \u003chttps://brew.sh\u003e\n  - `brew install git vim go bash coreutils gnupg pinentry-mac pngcrush wget jq tig docker-compose`\n- vim-plug from \u003chttps://github.com/junegunn/vim-plug\u003e\n- spy from \u003chttps://github.com/jpillora/spy\u003e\n- gotest from \u003chttps://github.com/rakyll/gotest\u003e\n- skitch from \u003chttps://gist.github.com/peterhellberg/e987022aa88aea216c26f8cd5f12b3dc\u003e\n- gocov from \u003chttps://github.com/axw/gocov\u003e\n- pt from \u003chttps://github.com/monochromegane/the_platinum_searcher\u003e\n\n## Scripts in `~/.local/bin`\n\n#### [clear-go](scripts/clear-go)\n```sh\n#!/bin/sh\n\nclear \u0026\u0026 go $*\n```\n\n#### [clear-gotest](scripts/clear-gotest)\n```sh\n#!/bin/sh\n\nclear \u0026\u0026 gotest $*\n```\n\n#### [clear-zig](scripts/clear-zig)\n```sh\n#!/bin/sh\n\nclear \u0026\u0026 zig $*\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterhellberg%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterhellberg%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterhellberg%2Fdotfiles/lists"}