{"id":13486600,"url":"https://github.com/nunorafaelrocha/dotfiles","last_synced_at":"2025-04-13T02:33:50.018Z","repository":{"id":53777193,"uuid":"151981908","full_name":"nunorafaelrocha/dotfiles","owner":"nunorafaelrocha","description":"🖥️ 🚀 Your dotfiles are how you personalize your system. These are mine. 😎","archived":false,"fork":false,"pushed_at":"2022-12-15T14:50:45.000Z","size":419,"stargazers_count":37,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T20:04:20.385Z","etag":null,"topics":["automation","developer-tools","dotfiles","dotfiles-automation","dotfiles-install","dotfiles-installer","dotfiles-linux","dotfiles-macos","dotfiles-manager","homebrew","linux","macos","osx","system","system-automation","ubuntu","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/nunorafaelrocha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-07T20:20:26.000Z","updated_at":"2024-08-21T10:47:34.000Z","dependencies_parsed_at":"2023-01-29T03:30:36.171Z","dependency_job_id":null,"html_url":"https://github.com/nunorafaelrocha/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunorafaelrocha%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunorafaelrocha%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunorafaelrocha%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nunorafaelrocha%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nunorafaelrocha","download_url":"https://codeload.github.com/nunorafaelrocha/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248657840,"owners_count":21140842,"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","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":["automation","developer-tools","dotfiles","dotfiles-automation","dotfiles-install","dotfiles-installer","dotfiles-linux","dotfiles-macos","dotfiles-manager","homebrew","linux","macos","osx","system","system-automation","ubuntu","zsh"],"created_at":"2024-07-31T18:00:48.891Z","updated_at":"2025-04-13T02:33:49.990Z","avatar_url":"https://github.com/nunorafaelrocha.png","language":"Shell","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"logo.jpg\" alt=\"Dotfiles\" height=\"300px\"\u003e\n\u003c/div\u003e\n\n# 🚀 Nuno's Dotfiles\n\nYour dotfiles are how you personalize your system. These are mine. :sunglasses:\n\n**Supported Operating Systems**\n\n| OS     | Version                                                    | CI                                                                                                                              |\n| ------ | ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |\n| macOS  | Mojave (10.14) \u003cbr/\u003e Catalina (10.15) \u003cbr/\u003e Big Sur (11.0) | ![macOS](https://github.com/nunorafaelrocha/dotfiles/workflows/Test%20macOS/badge.svg)                                          |\n| Ubuntu | Bionic Beaver (18.04) \u003cbr/\u003e Focal Fossa (20.04)            | [![CircleCI](https://circleci.com/gh/nunorafaelrocha/dotfiles.svg?style=svg)](https://circleci.com/gh/nunorafaelrocha/dotfiles) |\n\n## 🔧 Installation\n\n**via curl**\n\n```sh\nbash -c \"$(curl -fsSL https://raw.githubusercontent.com/nunorafaelrocha/dotfiles/main/bin/dot)\"\n```\n\n**via git**\n\n```sh\ngit clone --recursive https://github.com/nunorafaelrocha/dotfiles ~/.dotfiles\ncd ~/.dotfiles\n./bin/dot\n```\n\n## 🔁 Update\n\n`dot` is a simple script that installs some dependencies, sets sane macOS\ndefaults, and so on. Tweak this script, and occasionally run `dot` from\ntime to time to keep your environment fresh and up-to-date. You can find\nthis script in `bin/`.\n\n## 💄 Customization\n\nEverything is configured and tweaked within `~/.dotfiles`.\n\nThe main file you'll want to change right off the bat is `zsh/zshrc.symlink`,\nwhich sets up a few paths that'll be different on your particular machine.\n\n### topics\n\nEverything's built around topic areas. If you're adding a new area to your\nforked dotfiles — say, \"node\" — you can simply add a `node` directory and put\nfiles in there. Anything with an extension of `.zsh` will get automatically\nincluded into your shell. Anything with an extension of `.symlink` will get\nsymlinked without extension into `$HOME` when you run `dot` or `dot --link`.\n\n### components\n\nThere's a few special files in the hierarchy.\n\n- **bin/**: Anything in `bin/` will get added to your `$PATH` and be made\n  available everywhere.\n- **Brewfile**: This is a list of applications for [Homebrew Cask](https://caskroom.github.io) to install: things like Chrome and 1Password and stuff. Might want to edit this file before running any initial setup.\n- **topic/\\*.zsh**: Any files ending in `.zsh` get loaded into your\n  environment.\n- **topic/path.zsh**: Any file named `path.zsh` is loaded first and is\n  expected to setup `$PATH` or similar.\n- **topic/completion.zsh**: Any file named `completion.zsh` is loaded\n  last and is expected to setup autocomplete.\n- **topic/install.sh**: Any file named `install.sh` is executed when you run `dot` or `dot --install`. To avoid being loaded automatically, its extension is `.sh`, not `.zsh`.\n- **topic/\\*.symlink**: Any file ending in `*.symlink` gets symlinked into\n  your `$HOME`. This is so you can keep all of those versioned in your dotfiles\n  but still keep those autoloaded files in your home directory. These get\n  symlinked in when you run `dot` or `dot --link`.\n\n## 🙏 thanks\n\nI forked [Zach Holman](https://github.com/holman)'s awesome\n[dotfiles](https://github.com/holman/dotfiles) which were an easy way to start my own customization.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunorafaelrocha%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnunorafaelrocha%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnunorafaelrocha%2Fdotfiles/lists"}