{"id":51353895,"url":"https://github.com/ishahroz/dotfiles","last_synced_at":"2026-07-02T18:07:13.347Z","repository":{"id":358546952,"uuid":"616055216","full_name":"ishahroz/dotfiles","owner":"ishahroz","description":"My macOS dotfiles","archived":false,"fork":false,"pushed_at":"2026-05-25T19:40:23.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-25T21:25:02.848Z","etag":null,"topics":["dotfiles","dotfiles-macos","macos","neovim","nix"],"latest_commit_sha":null,"homepage":"","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/ishahroz.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":"2023-03-19T13:42:35.000Z","updated_at":"2026-05-25T19:54:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ishahroz/dotfiles","commit_stats":null,"previous_names":["ishahroz/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ishahroz/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishahroz%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishahroz%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishahroz%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishahroz%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishahroz","download_url":"https://codeload.github.com/ishahroz/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishahroz%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35057496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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","dotfiles-macos","macos","neovim","nix"],"created_at":"2026-07-02T18:07:09.296Z","updated_at":"2026-07-02T18:07:13.339Z","avatar_url":"https://github.com/ishahroz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n**We will clone this repo in the home directory `~`.**\n\n## GNU Stow\n\nI manage my dotfiles and macOS configurations using [GNU Stow](https://www.gnu.org/software/stow/); which is a symlink farm manager. The actual files will live in this repo and the symlinks will be created.\n\n[`.stow-local-ignore`](./.stow-local-ignore) will be used to ignore creating symlinks for files residing in this repo when we run `stow .`.\n\nThere is a concept of packages in GNU Stow. Where we can consolidate files related to a single application. For example [`.aerospace.toml`](./aerospace/.aerospace.toml) should be saved in `~/.aerospace.toml` by default but we save files inside the `aerospace` folder. `aerospace` becomes a package and we can create symlinks for individual packages using `stow \u003cpackage_name\u003e`. In this case, `stow aerospace`.\n\nStow is smart enough to know what a package is and how to create symlinks for those packages. \n\n## Homebrew\n\nI mainly use [Homebrew](https://brew.sh/) for installing most of the system applications and utilities.\n\n- [`Brewfile`](./Brewfile) tracks all the applications and utilities I have installed on my system.\n- We can sync and update Brewfile using\n\n```zsh\nmake sync-brew\n```\n\n## Karabiner-Elements\n\n- I use [Karabiner-Elements](https://github.com/pqrs-org/Karabiner-Elements) for keyboard key remapping.\n- My configurations can be found in [`karabiner/.config/karabiner/karabiner.json`](./karabiner/.config/karabiner/karabiner.json).\n- You can find more complex modification rules [here](https://ke-complex-modifications.pqrs.org/).\n\n## Raycast\n\n- I use [Raycast](https://www.raycast.com/) for shortcuts and quick actions.\n- Configurations can be found in [`Raycast.rayconfig`](./raycast/Raycast.rayconfig).\n- To import the configuration, open Raycast and run the command `Import Settings \u0026 Data`.\n- To export the configuration, open Raycast and run the command `Export Settings \u0026 Data`.\n\n## macOS Default Settings\n\n- I use [`scripts/setup.sh`](./scripts/setup.sh) to set up macOS default settings.\n\n## Claude Code\n\n- I use [ccstatusline](https://github.com/sirmalloc/ccstatusline) to configure the CC status line and save the settings at [`ccstatusline/.config/ccstatusline/settings.json`](./ccstatusline/.config/ccstatusline/settings.json).\n- This settings file then gets loaded up by the CC [`settings.json`](./claude/.claude/settings.json).\n\n# TODO:\n\n- Document how to set up a fresh macOS setup using this repo (install apps, create symlinks, etc.)\n- Use [nix-darwin](https://github.com/nix-darwin/nix-darwin) to manage all the configurations.\n- Develop and document Windows NixOS WSL configurations as well (mostly to enable me to work on Windows laptops)\n- Develop and document a variant using [Home Manager](https://nix-community.github.io/home-manager/) to make these dotfiles work on Ubuntu. **REQUIRES** learning more about NixOS, Home Manager, and [Flakes](https://nixos.wiki/wiki/Flakes).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishahroz%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishahroz%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishahroz%2Fdotfiles/lists"}