{"id":15675027,"url":"https://github.com/hideoo/dotfiles","last_synced_at":"2025-08-22T07:37:21.442Z","repository":{"id":37432173,"uuid":"82407359","full_name":"HiDeoo/dotfiles","owner":"HiDeoo","description":"Dotfiles collection to install \u0026 configure HiDeoo's macOS setup","archived":false,"fork":false,"pushed_at":"2025-08-09T08:12:21.000Z","size":337,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-09T10:08:10.492Z","etag":null,"topics":["configuration","dotfiles","installation","macos","zsh"],"latest_commit_sha":null,"homepage":"","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/HiDeoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2017-02-18T18:28:29.000Z","updated_at":"2025-08-09T08:12:25.000Z","dependencies_parsed_at":"2024-04-27T13:51:42.151Z","dependency_job_id":"49378df6-5061-4f3d-8336-585f57708e87","html_url":"https://github.com/HiDeoo/dotfiles","commit_stats":{"total_commits":261,"total_committers":3,"mean_commits":87.0,"dds":0.4176245210727969,"last_synced_commit":"e365469b3547e3611a6309170f70bc05f5a953b4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HiDeoo/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HiDeoo","download_url":"https://codeload.github.com/HiDeoo/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271605806,"owners_count":24788968,"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-08-22T02:00:08.480Z","response_time":65,"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":["configuration","dotfiles","installation","macos","zsh"],"created_at":"2024-10-03T15:55:01.880Z","updated_at":"2025-08-22T07:37:21.393Z","avatar_url":"https://github.com/HiDeoo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003edotfiles ⚙️\u003c/h1\u003e\n  \u003cp\u003eDotfiles collection to install \u0026 configure HiDeoo's macOS setup\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/HiDeoo/dotfiles/blob/main/LICENSE.md\"\u003e\n    \u003cimg alt=\"License\" src=\"https://badgen.net/github/license/HiDeoo/dotfiles\" /\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n\u003c/div\u003e\n\n\u003e **Note**\n\u003e\n\u003e This repository should be forked and customized to fit your needs in order to include your own dotfiles. Make sure to add your existing dotfiles to your forked repository before using the `configure` script as it will erase the current ones.\n\n## Features\n\n### Installation\n\nA script meant to be used after a fresh install of macOS that will automatically install all applications from Visual Studio Code to `jq` and configure the environment settings.\n\n```shell\n$ ./install\n```\n\nThe installation process will:\n\n- Install the [XCode Command Line Tools](https://developer.apple.com/library/archive/technotes/tn2339/_index.html#//apple_ref/doc/uid/DTS40014588-CH1-WHAT_IS_THE_COMMAND_LINE_TOOLS_PACKAGE_).\n- Install [Homebrew](https://brew.sh/).\n- Install various [Homebrew Formulas](src/install/formulas.sh).\n- Install various [Homebrew Casks](src/install/casks.sh).\n- Configure all the [environment settings](src/install/settings.sh).\n\n### Configuration\n\nA script will use [Dotbot](https://github.com/anishathalye/dotbot) to install [Prezto](https://github.com/sorin-ionescu/prezto) if necessary, automatically symlink all dotfiles included in this repository to their assumed locations and install some useful scripts on the system.\n\n```shell\n$ ./configure\n```\n\nDotfiles:\n\n- [Borg](https://borgbackup.readthedocs.io/)\n- [Espanso](https://github.com/espanso/espanso)\n- [Git](https://git-scm.com/docs/git-config)\n- [Ghostty](https://ghostty.org/)\n- [Neovim](https://neovim.io/doc/user/starting.html#init.lua)\n- [Packer](https://github.com/wbthomason/packer.nvim)\n- [Prezto](https://github.com/sorin-ionescu/prezto)\n- [Wget](https://www.gnu.org/software/wget/manual/html_node/Wgetrc-Commands.html)\n- [Zsh](http://zsh.sourceforge.net/Intro/intro_3.html#SEC3)\n\nScripts:\n\n- `+x`: Script to quickly add the execution permission to a file.\n- `backup`: Script using [Borg](https://borgbackup.readthedocs.io/) to create deduplicating backups every night.\n- `brew_init`: Script to initialize [Homebrew](https://brew.sh/) with Apple Silicon support.\n- `mit`: Script to generate an MIT license file in the current directory.\n\n## Resources\n\n- [alrra/dotfiles](https://github.com/alrra/dotfiles)\n- [anishathalye/dotfiles](https://github.com/anishathalye/dotfiles)\n- [jacobwgillespie/dotfiles](https://github.com/jacobwgillespie/dotfiles)\n- [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)\n- [necolas/dotfiles](https://github.com/necolas/dotfiles)\n- [nicksp/dotfiles](https://github.com/nicksp/dotfiles)\n- [paulirish/dotfiles](https://github.com/paulirish/dotfiles)\n\n## License\n\nLicensed under the MIT License, Copyright © HiDeoo.\n\nSee [LICENSE](https://github.com/HiDeoo/dotfiles/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideoo%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhideoo%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideoo%2Fdotfiles/lists"}