{"id":22173173,"url":"https://github.com/knutkirkhorn/dotfiles","last_synced_at":"2026-04-09T12:02:46.323Z","repository":{"id":163931490,"uuid":"612946950","full_name":"knutkirkhorn/dotfiles","owner":"knutkirkhorn","description":"My personal dotfiles","archived":false,"fork":false,"pushed_at":"2025-03-19T07:05:15.000Z","size":22,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T08:22:16.370Z","etag":null,"topics":["bash","dotfiles","macos","npm","shell","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knutkirkhorn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-03-12T13:12:31.000Z","updated_at":"2025-03-19T07:05:18.000Z","dependencies_parsed_at":"2024-01-02T12:27:18.631Z","dependency_job_id":"5134696f-3a91-4ecc-be4d-6b7d3734287f","html_url":"https://github.com/knutkirkhorn/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/knutkirkhorn%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutkirkhorn%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutkirkhorn%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutkirkhorn%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knutkirkhorn","download_url":"https://codeload.github.com/knutkirkhorn/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245320372,"owners_count":20596165,"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":["bash","dotfiles","macos","npm","shell","zsh"],"created_at":"2024-12-02T07:30:53.998Z","updated_at":"2026-04-09T12:02:46.305Z","avatar_url":"https://github.com/knutkirkhorn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n\u003e My personal dotfiles\n\n## Install\n\nRun this command when installing or refreshing the dotfiles\n\n```sh\nsource bootstrap.sh\n```\n\n### npm\n\nScripts live under [`npm/`](npm/).\n\nRun [`npm/npm.sh`](npm/npm.sh) to install global npm CLIs.\n\n```sh\n./npm/npm.sh\n```\n\n[`npm/npm-security-hardening.sh`](npm/npm-security-hardening.sh) sets minimum release age for npm, pnpm, Yarn, and Bun (supply-chain hardening).\n\n```sh\n./npm/npm-security-hardening.sh\n```\n\n### macOS\n\nRun this script to install some apps for macOS.\n\n```sh\n./macos.sh\n```\n\nTouch ID for `sudo`: the PAM snippet lives in [`macos/pam.d/sudo_local`](macos/pam.d/sudo_local). Install or refresh it on a Mac with:\n\n```sh\n./macos/sync-sudo-touchid.sh\n```\n\nThis copies that file to `/etc/pam.d/sudo_local` (requires `sudo`). Your OS `/etc/pam.d/sudo` must include `sudo_local` (current macOS does by default).\n\n### Windows\n\nWindows setup scripts live under [`windows/`](windows/). Run [`windows/windows.ps1`](windows/windows.ps1) in PowerShell to install GUI and CLI apps via `winget` (run from the repo root, or adjust the path).\n\n```powershell\n.\\windows\\windows.ps1\n```\n\n## ClickUp weekly init\n\n`scripts/init-clickup-week.ts` creates weekday (Mon-Fri) 30m time entries at 09:00 for the configured ClickUp task(s) in the current week.\n\n### Required env vars\n\nSet these in `.env`:\n\n```sh\nCLICKUP_API_KEY=...\nCLICKUP_TASK_IDENTIFIER=ENET-1149\n```\n\nFor multiple tasks, use a comma-separated list in `CLICKUP_TASK_IDENTIFIERS`, or the same format in `CLICKUP_TASK_IDENTIFIER` (or pass multiple arguments when running manually):\n\n```sh\nCLICKUP_TASK_IDENTIFIERS=ENET-1149,ENET-2001\n```\n\nOptional:\n\n```sh\nCLICKUP_TEAM_ID=...\n```\n\n### Run manually\n\n```sh\nbun run scripts/init-clickup-week.ts\n```\n\nOverride task(s) from CLI (one or more):\n\n```sh\nbun run scripts/init-clickup-week.ts ENET-1149 ENET-2001\n```\n\n### Automation\n\nThe launchd job is stored in [`scripts/launchd/com.knut.clickup-init-week.plist`](scripts/launchd/com.knut.clickup-init-week.plist) and symlinked to `~/Library/LaunchAgents` by `bootstrap.sh`.\n\n## Inspiration and thanks\n\n- [Mathias Bynens](https://github.com/mathiasbynens/dotfiles)\n- [Zach Holman](https://github.com/holman/dotfiles)\n- [Paul Irish](https://github.com/paulirish/dotfiles)\n- [Kent C. Dodds](https://github.com/kentcdodds/dotfiles)\n\n## Related\n\n- My [Windows aliases](https://github.com/knutkirkhorn/windows-aliases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknutkirkhorn%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknutkirkhorn%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknutkirkhorn%2Fdotfiles/lists"}