{"id":15513084,"url":"https://github.com/bdossantos/dotfiles","last_synced_at":"2026-03-11T16:36:57.275Z","repository":{"id":5544806,"uuid":"6748745","full_name":"bdossantos/dotfiles","owner":"bdossantos","description":"💻 $HOME/.dotfiles","archived":false,"fork":false,"pushed_at":"2025-10-01T17:25:39.000Z","size":889,"stargazers_count":12,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-01T19:21:14.594Z","etag":null,"topics":["dotfiles","shell"],"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/bdossantos.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":"2012-11-18T16:50:57.000Z","updated_at":"2025-10-01T17:25:42.000Z","dependencies_parsed_at":"2023-02-19T17:00:40.796Z","dependency_job_id":"b02c5d14-f817-4981-bc57-8c765e115247","html_url":"https://github.com/bdossantos/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bdossantos/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdossantos%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdossantos%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdossantos%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdossantos%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdossantos","download_url":"https://codeload.github.com/bdossantos/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdossantos%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010939,"owners_count":26084837,"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-10-12T02:00:06.719Z","response_time":53,"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","shell"],"created_at":"2024-10-02T09:54:04.829Z","updated_at":"2025-10-12T09:32:03.959Z","avatar_url":"https://github.com/bdossantos.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# ~/.dotfiles\n\n## dotfiles\n\n### Installation\n\nUsing [GNU Stow](http://www.gnu.org/software/stow/):\n\n```bash\ngit clone https://github.com/bdossantos/dotfiles ~/.dotfiles\ncd ~/.dotfiles\nmake install\n```\n\n### Uninstallation\n\n```bash\ncd ~/.dotfiles\nmake uninstall\n```\n\n## Mac setup\n\n### Sensible OS X defaults\n\nWhen setting up a new Mac, you may want to set some sensible OS X defaults:\n\n```bash\nsu - admin -c \"env PATH=$PATH:/usr/sbin/ bash -x $HOME/.dotfiles/.macos\"\nsu - admin -c \"env PATH=$PATH:/usr/sbin/ bash -x $HOME/.dotfiles/.macos_hardening\"\n```\n\n### Install Homebrew Formulae/Native apps\n\n```bash\nmake run-brew\n```\n\n## Bash\n\n### Installation\n\n```bash\nchsh -s \"$(brew --prefix)/bin/bash\"\nexec $SHELL\n```\n\n### Choosing between .bashrc, .profile, .bash_profile, etc [...]\n\n* `~/.bash_profile` should be super-simple and just load `~/.profile` and\n  `~/.bashrc` (in that order)\n* `~/.profile` has the stuff NOT specifically related to bash, such as\n  environment variables (PATH and friends)\n* `~/.bashrc` has anything you'd want at an interactive command line. Command\n  prompt, EDITOR variable, bash aliases for my use\n\nA few other notes:\n\n* Anything that should be available to graphical applications OR to sh (or bash\n  invoked as sh) MUST be in `~/.profile`\n* `~/.bashrc` must not output anything\n* Anything that should be available only to login shells should go in\n  `~/.profile`\n* Ensure that `~/.bash_login` does not exist.\n\nSee also https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdossantos%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdossantos%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdossantos%2Fdotfiles/lists"}