{"id":26875871,"url":"https://github.com/delianides/dotfiles","last_synced_at":"2026-05-09T07:04:39.851Z","repository":{"id":17156207,"uuid":"19923087","full_name":"delianides/dotfiles","owner":"delianides","description":"My Dotfiles","archived":false,"fork":false,"pushed_at":"2026-05-09T00:34:27.000Z","size":7414,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-09T02:36:14.013Z","etag":null,"topics":["dotfiles","rcm","shell","tmux","vim","vimrc","zsh"],"latest_commit_sha":null,"homepage":"http://dotfiles.github.io/","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delianides.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":"2014-05-18T22:58:18.000Z","updated_at":"2026-05-09T00:34:31.000Z","dependencies_parsed_at":"2023-01-11T19:32:10.120Z","dependency_job_id":"62bc1116-9f88-44cc-b354-593c2b4e191e","html_url":"https://github.com/delianides/dotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/delianides/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delianides%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delianides%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delianides%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delianides%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delianides","download_url":"https://codeload.github.com/delianides/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delianides%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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","rcm","shell","tmux","vim","vimrc","zsh"],"created_at":"2025-03-31T10:52:25.460Z","updated_at":"2026-05-09T07:04:39.846Z","avatar_url":"https://github.com/delianides.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles [![Test \u0026 Lint Dotfiles](https://github.com/delianides/dotfiles/actions/workflows/dotfiles.yml/badge.svg)](https://github.com/delianides/dotfiles/actions/workflows/dotfiles.yml)\n\nMy personal macOS dotfiles, managed with [RCM](https://github.com/thoughtbot/rcm). Sets up a full development environment — shell, editors, terminals, and CLI tools — with a single `./install`.\n\n## Installation\n\nClone into `~/.dotfiles` and run the installer:\n\n```bash\ngit clone https://github.com/delianides/dotfiles.git ~/.dotfiles\ncd ~/.dotfiles\n./install\n```\n\nThe installer will:\n\n1. Install Xcode command-line tools (if missing).\n2. Install Homebrew, then run `Brewfile`, `Brewfile.casks`, and `Brewfile.mas`.\n3. Switch the login shell to `zsh`.\n4. Symlink dotfiles into `$HOME` via `rcup`.\n5. Apply macOS system defaults from `system/macos`.\n6. Install [asdf](https://asdf-vm.com/) language plugins (bun, node, python, ruby, rust, go) and the versions in `.tool-versions`.\n7. Install [Claude Code](https://docs.claude.com/claude-code).\n\nAfter install: remap Caps Lock to Control in System Settings, install tmux plugins with `prefix + I`, and install any non-Homebrew fonts you want manually.\n\n## Usage\n\nRCM commands (these are the day-to-day workflow):\n\n| Command | What it does |\n|---|---|\n| `rcup -d .` | (Re)link all dotfiles into `$HOME`, respecting `rcrc` |\n| `rcdn` | Remove all symlinks |\n| `mkrc \u003cfile\u003e` | Move a file into the dotfiles repo and replace it with a symlink. Use `-t \u003ctag\u003e` to scope to a tag |\n| `lsrc` | Show every dotfile and where it links to |\n\nShell helpers:\n\n- `qq` or `reload!` — reload the current zsh session.\n\n## Layout\n\nEach `tag-*` directory is an [RCM tag](https://github.com/thoughtbot/rcm). The active tags (`shell editor terminal`, set in `rcrc`) tell `rcup` which directories to link. Files inside are symlinked into `$HOME` with the tag prefix stripped — `tag-shell/zshrc` becomes `~/.zshrc`, `tag-editor/config/nvim/` becomes `~/.config/nvim/`, and so on.\n\n### `tag-shell` — shell, git, and CLI tooling\n\n- **Zsh** — `zshenv`, `zshrc`, `aliases`. Plugins are sourced from Homebrew (no plugin manager).\n- **Starship** prompt — config lives under `tag-terminal/config/starship.toml`.\n- **Git** — `gitconfig` with [delta](https://github.com/dandavison/delta) as the pager and 1Password SSH commit signing. Conditional includes pick the right identity based on the working directory (`~/Work/`, `~/Github/`, `~/Gitlab/`).\n- **asdf** — `asdfrc`, `tool-versions`, `default-*` package lists per language.\n- **tmux** — `config/tmux/tmux.conf`, paired with [sesh](https://github.com/joshmedeski/sesh) for session management.\n- **Other tools** — `config/direnv/`, `config/zellij/`, `config/worktrunk/`, plus a `bin/` directory of custom scripts.\n- **Claude Code** — `claude/` holds settings and hooks.\n\n### `tag-editor` — editors\n\n- **Neovim** — [LazyVim](https://www.lazyvim.org/)-based config in `config/nvim/`. Plugin specs live in `lua/plugins/`, with extras and config split out into `lua/plugins/extras/` and `lua/config/`.\n- **Helix** — `config/helix/`.\n- **Zed** — `config/zed/` (settings and keybindings).\n- **JetBrains IDEs** — `ideavimrc` for IdeaVim.\n\n### `tag-terminal` — terminal emulators and prompt\n\n- **Ghostty** — `config/ghostty/config`.\n- **WezTerm** — `config/wezterm/wezterm.lua`.\n- **cmux** — `config/cmux/` for the [cmux](https://github.com/cmux-app/cmux) terminal multiplexer.\n- **Starship** — `config/starship.toml`.\n\n## Brewfiles\n\nHomebrew installs are split into three files:\n\n- `Brewfile` — taps and CLI formulae (neovim, helix, ripgrep, fzf, gh, lazygit, kubernetes tooling, etc.).\n- `Brewfile.casks` — GUI apps (Ghostty, WezTerm, Zed, Raycast, 1Password, Obsidian, Slack, Docker, fonts, …).\n- `Brewfile.mas` — Mac App Store apps (installed via [`mas`](https://github.com/mas-cli/mas)).\n\n## CI\n\n`.github/workflows/dotfiles.yml` lints Lua on every push and PR:\n\n- **luacheck** — static analysis for Neovim Lua.\n- **StyLua** — formatting check (`stylua --check .`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelianides%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelianides%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelianides%2Fdotfiles/lists"}