{"id":16809382,"url":"https://github.com/alias-mac/dotfiles","last_synced_at":"2025-04-11T01:20:53.478Z","repository":{"id":5407266,"uuid":"6597535","full_name":"alias-mac/dotfiles","owner":"alias-mac","description":":computer: @alias-mac does dotfiles","archived":false,"fork":false,"pushed_at":"2024-02-21T03:49:41.000Z","size":690,"stargazers_count":15,"open_issues_count":0,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-14T10:01:54.227Z","etag":null,"topics":["bash","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alias-mac.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}},"created_at":"2012-11-08T14:31:28.000Z","updated_at":"2023-12-28T05:36:41.000Z","dependencies_parsed_at":"2025-02-18T11:31:56.292Z","dependency_job_id":"0120f34a-01ad-41c0-9079-755fb7cda990","html_url":"https://github.com/alias-mac/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/alias-mac%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alias-mac%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alias-mac%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alias-mac%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alias-mac","download_url":"https://codeload.github.com/alias-mac/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248323176,"owners_count":21084457,"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":["bash","dotfiles","shell"],"created_at":"2024-10-13T10:01:54.332Z","updated_at":"2025-04-11T01:20:53.455Z","avatar_url":"https://github.com/alias-mac.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alias does dotfiles\n\n## dotfiles\n\nYour [dotfiles](http://dotfiles.github.com) are how you personalize your system.\nThese are mine based on [holman's dot files](https://github.com/holman/dotfiles)\nbut more focused on `bash`. If you match up along most of those lines, you may\ndig my dotfiles.\n\nI was a little tired of having long alias files and everything strewn about\n(which is extremely common on other dotfiles projects, too). That led to this\nproject being much more topic-centric. I realized I could split a lot of things\nup into the main areas I used (PHP, git, system libraries, and so on), so I\nstructured the project accordingly.\n\n## Install\n\nRun this:\n\n```sh\ngit clone https://github.com/alias-mac/dotfiles.git ~/.dotfiles\ncd ~/.dotfiles\nscript/bootstrap\n```\n\nThis will symlink the appropriate files in `.dotfiles` to your home directory.\nEverything is configured and tweaked within `~/.dotfiles`, though.\n\nThe main file you'll want to change right off the bat is `bash/bashrc.symlink`,\nwhich sets up a few paths that'll be different on your particular machine. If\nyou prefer you can use the `~/.localrc` to override them per instance.\n\n## Topical\n\nEverything's built around topic areas. If you're adding a new area to your\nforked dotfiles — say, \"Java\" — you can simply add a `java` directory and put\nfiles in there. Anything with an extension of `.bash` will get automatically\nincluded into your shell. Anything with an extension of `.symlink` will get\nsymlinked without extension into `$HOME` when you run `script/bootstrap`.\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 packages and applications for\n  [Homebrew](https://brew.sh) and [Homebrew Cask](https://caskroom.github.io) to\n  install: things like git, grc, wget or applications like Chrome and VSCode.\n  Might want to edit this file before running any initial setup.\n- **topic/\\*.bash**: Any files ending in `.bash` get loaded into your\n  environment.\n- **topic/\\*.symlink**: Any files ending in `*.symlink` get symlinked into your\n  `$HOME`. This is so you can keep all of those versioned in your dotfiles but\n  still keep those autoloaded files in your home directory. These get symlinked\n  in when you run `script/bootstrap`.\n- **topic/\\*.completion.bash**: Any files ending in `completion.bash` get loaded\n  last so that they get loaded after we set up all `*.bash` files\n  (dependencies).\n\n## Bugs\n\nI want this to work for everyone; that means when you clone it down it should\nwork for you. That said, I do use this as _my_ dotfiles, so there's a good\nchance I may break something if I forget to make a check for a dependency.\n\nIf you're brand-new to the project and run into any blockers, please\n[open an issue](https://github.com/alias-mac/dotfiles/issues) on this repository\nand I'd love to get it fixed for you!\n\n## Thanks\n\nI forked [Zach Holman](http://github.com/holman)'s excellent\n[dotfiles](http://github.com/holman/dotfiles) for a some years before the weight\nof my changes and tweaks inspired me to finally roll my own. But Holman's\ndotfiles were an easy way to get into bash customization. A decent amount of the\ncode in these dotfiles stem or are inspired from Holman's original project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falias-mac%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falias-mac%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falias-mac%2Fdotfiles/lists"}