{"id":16467299,"url":"https://github.com/elforastero/dotfiles","last_synced_at":"2026-03-02T20:34:10.552Z","repository":{"id":69698634,"uuid":"167359119","full_name":"ElForastero/dotfiles","owner":"ElForastero","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-16T15:32:35.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-16T23:04:14.494Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElForastero.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-01-24T11:48:54.000Z","updated_at":"2026-02-16T15:32:38.000Z","dependencies_parsed_at":"2025-02-27T20:15:19.265Z","dependency_job_id":"094720c3-b0c2-414a-bba7-0301a9ef4d35","html_url":"https://github.com/ElForastero/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ElForastero/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElForastero%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElForastero%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElForastero%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElForastero%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElForastero","download_url":"https://codeload.github.com/ElForastero/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElForastero%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30018582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T17:00:27.440Z","status":"ssl_error","status_checked_at":"2026-03-02T17:00:03.402Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11T11:46:54.257Z","updated_at":"2026-03-02T20:34:10.545Z","avatar_url":"https://github.com/ElForastero.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nmacOS setup without Nix: Homebrew (Brewfile), a single bootstrap script, and symlinked dotfiles.\n\n## Requirements\n\n- macOS\n- [Xcode Command Line Tools](https://developer.apple.com/xcode/) (run `xcode-select --install` if needed)\n\n## Quick start\n\n```bash\ngit clone --recursive https://github.com/you/dotfiles.git ~/dotfiles\ncd ~/dotfiles\n./setup.sh\n```\n\nOr run specific steps:\n\n- `./setup.sh --help` — show options\n- `./setup.sh --brew-only` — install Homebrew and run `brew bundle` only\n- `./setup.sh --dotfiles-only` — symlink dotfiles into `$HOME` only\n- `./setup.sh --macos-defaults` — apply Dock, Finder, menu bar, etc. only\n- `./setup.sh --dvorak` — install Programmer Dvorak keyboard layout only\n\n## What’s in here\n\n- **Brewfile** — Homebrew formulae and casks (CLI tools, GUIs, fonts). Install with `brew bundle` or via `setup.sh`.\n- **setup.sh** — Entry point: runs all steps or a single one (`--brew-only`, `--dotfiles-only`, `--macos-defaults`, `--dvorak`). Delegates to `scripts/install-brew.sh`, `scripts/link-dotfiles.sh`, `scripts/macos-defaults.sh`, and `scripts/install-dvorak.sh`.\n- **Dotfiles** — `.zshrc`, `.aliases`, `.gitconfig`, `.editorconfig`, `.vimrc`, `.ideavimrc`, `.prettierrc`, `init.vim` (→ `~/.config/nvim/`), `ssh/config`, and optionally `gpg-agent.conf` / `gpg.conf` → `~/.gnupg/`.\n\n## Scripts (in `scripts/`)\n\n- **install-brew.sh** — Xcode CLI check, Homebrew install, `brew bundle`. Can be run alone: `./scripts/install-brew.sh`\n- **link-dotfiles.sh** — Symlink repo dotfiles into `$HOME`, backing up existing files. Run alone: `./scripts/link-dotfiles.sh`\n- **install-vim-plug.sh** — Install vim-plug and run `PlugInstall` for Vim and Neovim.\n- **macos-defaults.sh** — Dock, Finder, login window, menu bar clock, Activity Monitor, screencapture. Safe to re-run.\n- **install-dvorak.sh** — Install Programmer Dvorak keyboard layout via Homebrew cask. Run alone: `./scripts/install-dvorak.sh`. After install, add the layout in System Settings \u003e Keyboard \u003e Input Sources and reboot.\n\n## Vim + Neovim plugins\n\nPlugin installation is automatic during `./setup.sh` and `./setup.sh --dotfiles-only`.\n\nIf you need to re-run it manually:\n\n```bash\n./scripts/install-vim-plug.sh\n```\n\nThis installs vim-plug for both Vim and Neovim, then runs `PlugInstall` for each.\n\nFor formatting and linting, this setup expects global tools (e.g. `prettier`, `eslint`) available in `$PATH`.\n\n## Links\n\n- Programmer Dvorak (macOS): https://www.kaufmann.no/roland/dvorak/macosx.html\n- iTerm2 Github Theme: https://github.com/cdalvaro/github-vscode-theme-iterm\n- YubiKey setup guide: https://github.com/drduh/YubiKey-Guide\n- Resident SSH keys: https://www.yubico.com/blog/github-now-supports-ssh-security-keys\n- AstroNvim: https://github.com/AstroNvim/AstroNvim\n- Nerd JetBrains Mono font: https://github.com/ryanoasis/nerd-fonts#option-4-homebrew-fonts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felforastero%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felforastero%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felforastero%2Fdotfiles/lists"}