{"id":22016002,"url":"https://github.com/micahkepe/dotfiles","last_synced_at":"2026-04-10T12:31:54.769Z","repository":{"id":173704580,"uuid":"651161838","full_name":"micahkepe/dotfiles","owner":"micahkepe","description":"Version control for various configurations ⚙️","archived":false,"fork":false,"pushed_at":"2026-03-30T16:46:08.000Z","size":7061,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-30T18:26:29.883Z","etag":null,"topics":["config","dotfiles","macos","nvim"],"latest_commit_sha":null,"homepage":"https://micahkepe.com/blog/neovim-setup/","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/micahkepe.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":"2023-06-08T16:23:26.000Z","updated_at":"2026-03-30T16:46:12.000Z","dependencies_parsed_at":"2024-09-05T20:42:53.117Z","dependency_job_id":"cef09e0b-0f2e-4c02-8993-d549008f1a5d","html_url":"https://github.com/micahkepe/dotfiles","commit_stats":null,"previous_names":["micahkepe/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/micahkepe/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahkepe%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahkepe%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahkepe%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahkepe%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micahkepe","download_url":"https://codeload.github.com/micahkepe/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahkepe%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["config","dotfiles","macos","nvim"],"created_at":"2024-11-30T04:31:24.613Z","updated_at":"2026-04-10T12:31:54.756Z","avatar_url":"https://github.com/micahkepe.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micah's Dotfiles\n\n![Preview of my Neovim setup.](images/nvim.png)\n\nMy personal dotfiles for macOS/Linux. This repository contains my configurations\nfor Neovim/ Vim, Hammerspoon, and more. I have included a bootstrap script that\nwill create the necessary symlinks for the configurations and install required\npackages.\n\n\u003e [!NOTE]\n\u003e This repository is a work in progress and is constantly being updated.\n\u003e Additionally, if you want to give these dotfiles a try, I recommend forking\n\u003e and reviewing the code before giving them a whirl.\n\n\u003cdetails\u003e\n\u003csummary\u003eFastfetch\u003c/summary\u003e\n\n**MacOS**:\n\n![Fastfetch Mac output](./images/fastfetch-macos.png)\n\n**Linux**:\n\n![Fastfetch Linux output](./images/fastfetch-omarchy.png)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eVimtex/ Sioyek\u003c/summary\u003e\n\n![LaTeX editing](./images/latex.png)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eSpotify Player\u003c/summary\u003e\n\n![Spotify player in the terminal](./images/spotify-player.png)\n\n\u003c/details\u003e\n\n## Quick Setup (Recommended)\n\nRun the bootstrap script to setup prerequisites like Homebrew and Xcode\nCommand Line Tools if needed, clone the repository to `\"$HOME\"/.dotfiles`,\ninstall Homebrew packages, and create symlinks for all configuration files:\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/micahkepe/dotfiles/refs/heads/main/bootstrap.sh)\"\n```\n\n## Manual Setup\n\n\u003cdetails open\u003e\n\u003csummary\u003eFor macOS\u003c/summary\u003e\n\n1. Install Xcode Command Line Tools:\n\n```bash\nxcode-select --install\n```\n\n2. Install [Homebrew](https://brew.sh/):\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n\u003c/details\u003e\n\n---\n\n1. Clone this repository:\n\n```bash\ngit clone https://github.com/micahkepe/dotfiles ~/.dotfiles\n```\n\n2. Run the bootstrap script:\n\n```bash\ncd ~/.dotfiles \u0026\u0026 ./bootstrap.sh\n```\n\n## Other Goodies\n\n- [Stylus](https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en)\n  - [Catppuccin Gmail](https://userstyles.world/style/16722/catppuccin-gmail)\n\n- MacOS:\n  - [AutoRaise](https://github.com/sbmpost/AutoRaise) \u0026rarr; \"follows focus\n    mouse\" behavior for MacOS\n  - [System Color Picker](https://apps.apple.com/us/app/system-color-picker/id1545870783?mt=12)\n    \u0026rarr; color palette utility\n\n- Linux:\n  - [Omarchy](https://omarchy.org/) \u0026rarr; opinionated tiling Arch Linux distro\n\n---\n\nAnd that's it! If you have any suggestions or questions feel free to open an\nissue or contact me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahkepe%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicahkepe%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahkepe%2Fdotfiles/lists"}