{"id":15764108,"url":"https://github.com/dacbd/dotfiles","last_synced_at":"2026-05-14T22:36:45.730Z","repository":{"id":239475459,"uuid":"277251260","full_name":"dacbd/dotfiles","owner":"dacbd","description":"My .files","archived":false,"fork":false,"pushed_at":"2025-09-19T23:54:06.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T20:32:06.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dacbd.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-05T07:19:18.000Z","updated_at":"2025-09-19T23:54:25.000Z","dependencies_parsed_at":"2024-05-12T19:21:24.177Z","dependency_job_id":"cc3ea308-fce0-4d36-a902-5e82475d480c","html_url":"https://github.com/dacbd/dotfiles","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"901face07e5155705190e3c2434315de21a4e8f4"},"previous_names":["dacbd/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dacbd/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacbd%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacbd%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacbd%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacbd%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dacbd","download_url":"https://codeload.github.com/dacbd/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacbd%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282713022,"owners_count":26714760,"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-11-04T02:00:05.887Z","response_time":62,"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-10-04T12:01:20.287Z","updated_at":"2026-05-14T22:36:45.721Z","avatar_url":"https://github.com/dacbd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\nnot much to see here...\n\nBootstraping the setup:\n- Install [Brew](https://brew.sh) `/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"`\n- Install [Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html) `curl https://sh.rustup.rs -sSf | sh`\n- Install [Go](https://go.dev/doc/install)\n- Install [Alacritty](https://alacritty.org)\n    - Install [Delta](https://dandavison.github.io/delta/installation.html) `cargo install git-delta`\n- Install [Node](https://nodejs.org/en/download/source-code)\n- Install [Deno](https://docs.deno.com/runtime/getting_started/installation/)\n\n\nBase Brew installs.\n```bash\nbrew tap hashicorp/tap\nbrew install stow \\\n    starship \\\n    font-hack-nerd-font \\\n    wget \\\n    gum \\\n    jq \\\n    neovim \\\n    luarocks \\\n    tmux \\\n    gnupg \\\n    pinentry-mac \\\n    cmake \\\n    kind \\\n    derailed/k9s/k9s \\\n    podman \\\n    hashicorp/tap/terraform \\\n    azure-cli \\\n    helm \\\n    cmctl\nbrew install --cask zedbrew install --cask zed\nbrew install --cask ghostty\n\n# https://github.com/robscott/kube-capacity\nbrew tap robscott/tap\nbrew install robscott/tap/kube-capacity\n```\n\n`git submodule update --init --recursive`\n## Stow usage\n\n### install\n\n- macos: `brew install stow`\n\n### usage\n\nOnly execute `stow` in the root dir of the repo: `~/dotfiles`\nIt will symlink the contents to the parent dir `~/`\n\nSo run `stow .`\n\nWhen using `stow --adopt .` it will:\n- move conflicting files into the repo.\n- symlink files back to the parent dir(`~/`)\n- it will overwrite the files present in the repo (so commit before hand)\n\n\n\n# Notes\n\n## SSH/GPG/yubikey things\n- `brew install gnupg pinentry-mac`\n\nbe sure to import the public keys:\n```bash\n# download\nwget https://github.com/dacbd.gpg\n# import\ngpg --import dacbd.gpg\n# verify\ngpg -k\n```\n\n\n# CLI tools\ntodo auto install/bootstrap\n\n- https://helm.sh/docs/intro/install/\n\n# nvim\n- https://lazy.folke.io/installation\n- https://github.com/nvim-treesitter/nvim-treesitter\n- https://github.com/neovim/nvim-lspconfig\n- https://github.com/folke/tokyonight.nvim\n- https://github.com/echasnovski/mini.nvim\n- https://github.com/tpope/vim-sleuth\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacbd%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdacbd%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacbd%2Fdotfiles/lists"}