{"id":15383343,"url":"https://github.com/andreruffert/dotfiles","last_synced_at":"2025-04-05T10:21:58.974Z","repository":{"id":22041945,"uuid":"25370368","full_name":"andreruffert/dotfiles","owner":"andreruffert","description":"💻 🔧","archived":false,"fork":false,"pushed_at":"2019-12-20T12:46:56.000Z","size":1453,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T21:09:42.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/andreruffert.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}},"created_at":"2014-10-17T17:58:29.000Z","updated_at":"2021-01-06T17:05:00.000Z","dependencies_parsed_at":"2022-09-14T19:22:08.882Z","dependency_job_id":null,"html_url":"https://github.com/andreruffert/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/andreruffert%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreruffert","download_url":"https://codeload.github.com/andreruffert/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247319875,"owners_count":20919666,"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":[],"created_at":"2024-10-01T14:37:03.715Z","updated_at":"2025-04-05T10:21:58.938Z","avatar_url":"https://github.com/andreruffert.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My dotfiles ❤ ~/\n\n![Screenshot of my bash prompt](http://i.imgur.com/mqLwep4.png)\n\n## Installation\n\n```\ngit clone https://github.com/andreruffert/dotfiles.git \u0026\u0026 cd dotfiles \u0026\u0026 source scripts/install.sh\n```\n\nTo update, `cd` into your local `dotfiles` repository and then:\n\n```bash\nsource scripts/install.sh\n```\n\n### Specify the `$PATH`\n\nIf `~/.path` exists, it will be sourced along with the other files, before any feature testing (such as [detecting which version of `ls` is being used](https://github.com/mathiasbynens/dotfiles/blob/aff769fd75225d8f2e481185a71d5e05b76002dc/.aliases#L21-L26)) takes place.\n\nHere’s an example `~/.path` file that adds `/usr/local/bin` to the `$PATH`:\n\n```bash\nexport PATH=\"/usr/local/bin:$PATH\"\n```\n\n### Add custom commands\n\nIf `~/.extra` exists, it will be sourced along with the other files. You can use this to add a few custom commands without the need to fork this entire repository, or to add commands you don’t want to commit to a public repository.\n\nMy `~/.extra` looks something like this:\n\n```\nGIT_AUTHOR_NAME=\"André Ruffert\"\nGIT_AUTHOR_EMAIL=\"your@mail.com\"\n\ngit config --global user.name \"$GIT_AUTHOR_NAME\"\ngit config --global user.email \"$GIT_AUTHOR_EMAIL\"\ngit config --global core.editor \"atom --wait\"\n```\n\n### Sensible macOS defaults\n\nWhen setting up a new Mac, you may want to set some sensible macOS defaults:\n\n```bash\n./.macos\n```\n\n## Related\n\nBig ups to [Mathias Bynens](https://mathiasbynens.be/) and his [dotfiles repository](https://github.com/mathiasbynens/dotfiles). Check [https://dotfiles.github.io](https://dotfiles.github.io) for more dotfiles.\n\n## License\n\nMIT © [André Ruffert](https://andreruffert.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreruffert%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreruffert%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreruffert%2Fdotfiles/lists"}