{"id":16551770,"url":"https://github.com/bill-c-martin/dot-file-manager","last_synced_at":"2026-04-11T13:34:55.734Z","repository":{"id":79103203,"uuid":"404567670","full_name":"bill-c-martin/dot-file-manager","owner":"bill-c-martin","description":"Track and manage Linux dot-files, symlinks, and aliases across machines.","archived":false,"fork":false,"pushed_at":"2024-04-14T23:39:46.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-21T03:12:29.052Z","etag":null,"topics":["aliases","bash","bashrc","dotfiles","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bill-c-martin.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}},"created_at":"2021-09-09T03:04:03.000Z","updated_at":"2022-06-04T14:35:49.000Z","dependencies_parsed_at":"2024-10-11T19:43:08.622Z","dependency_job_id":"a9e40e08-4a7b-4ce8-9161-0e8e7a769d84","html_url":"https://github.com/bill-c-martin/dot-file-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bill-c-martin/dot-file-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bill-c-martin%2Fdot-file-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bill-c-martin%2Fdot-file-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bill-c-martin%2Fdot-file-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bill-c-martin%2Fdot-file-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bill-c-martin","download_url":"https://codeload.github.com/bill-c-martin/dot-file-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bill-c-martin%2Fdot-file-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aliases","bash","bashrc","dotfiles","linux"],"created_at":"2024-10-11T19:43:07.437Z","updated_at":"2026-04-11T13:34:55.682Z","avatar_url":"https://github.com/bill-c-martin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dot-files\n\nTrack and manage Linux dot-files, symlinks, and aliases across machines.\n\nFeatures:\n\n- Group your aliases into group files in `includes/aliases/`\n- List these aliases using the `a` pretty-print command\n- Customize `~./bashrc` by adding to `config/bashrc-addons` file\n- Setup dot file symlinks from your `~` into this repo using `setup.sh`\n\nShips with:\n\n- Sample `.gitconfig`, `.vimrc`, and `.bashrc` files.\n  - You can add more to the repo's root.\n- Bunch of sample aws, pacman, arch, disk, file, git, network, server, etc aliases\n  - You can add more to the aliases folder in their own files\n\n## Setup\n\n```bash\ncd ~\ngit clone git@github.com:bill-c-martin/dot-files.git\nchmod +x dot-files/setup.sh\n./dot-files/setup.sh\n```\n\nThe setup script asks if it can point your `~` dot files to the versions in this repo (or any other files you add to this repo starting with a `.`):\n\n- `.gitconfig`\n- `.vimrc`\n- `.bashrc`\n\nThe setup script also will offer to append an include in `~/.bashrc` for this repo's aliases and `.bashrc` customizations.\n\nFrom there, refresh bash:\n\n```bash\n. ~/.bashrc\n```\n\nInstall `bat` for pretty-printing:\n\n```bash\nsudo apt install bat\n```\n\n## Usage\n\n### Alias Usage\n\nAliases are grouped in files under `~/.dotfiles/bash/aliases/*`.\n\nPrint alias groups:\n\n```bash\na\n```\n\nExample output:\n\n```bash\nUsage: a \u003calias-group\u003e\n\nWhere \u003calias-group\u003e is one of: \n\nalias-browser\narch\naws\ndisk\ndocker\nfiles\ngeneral\ngit_aliases\ngnome\ngw\nnetwork\npacman\npermissions\nserver\n```\n\nView aliases for a particular `\u003calias-group\u003e` from above output:\n\n```bash\na \u003calias-group\u003e\n```\n\nExample:\n\n```bash\na pacman\n```\n\nExample output:\n\n```bash\nAliases in /home/bill/dot-files/includes/aliases/pacman:\n\n───────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n       │ File: /home/bill/dot-files/includes/aliases/pacman\n───────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n   1   │ # Install/uninstall\n   2   │ alias pacman-install='sudo pacman -Syu'   # append package name\n   3   │ alias pacman-uninstall='sudo pacman -Rsc' # append package name\n   4   │ \n   5   │ # What do I have?\n   6   │ alias pacman-installed='pacman -Q'\n   7   │ alias pacman-installed-info='pacman -Qi'  # append package name\n   8   │ alias pacman-orphaned='pacman -Qdt'\n   9   │ \n  10   │ # Finding packages\n  11   │ alias pacman-search='pacman -Ss'          # append package name\n  12   │ alias pacman-search-info='pacman -Si'     # append package name\n  13   │ \n  14   │ # Update/upgrade\n  15   │ alias pacman-update='sudo pacman -Syy'\n  16   │ alias pacman-upgrade='sudo pacman -Syu'\n  17   │ \n  18   │ # Cache\n  19   │ alias pacman-clean-cache='pacman -Sc'\n```\n\n## Dot File Usage\n\nTo track a new dot file, add it to the root of this repo, then run `setup.sh` which will symlink your dot file from `~/` to the one in this repo.\n\n### Example: Move `.gitconfig` to be Tracked in This Repo\n\n```bash\ncp ~/.vimrc ~/dot-files/.gitconfig\ncd ~ \u0026\u0026 ./dot-files/setup.sh\n```\n\nOutput:\n\n```bash\n# Setting up dot file symlinks..\n\nSymlinked: ~/.gitconfig -\u003e ~/dot-files/.gitconfig\n\n# Next Steps: \n\n- Refresh bash: . ~/.bashrc\n- View aliases: a\n```\n\n### Example: Track a Brand New `.vimrc` File in This Repo\n\nWhere `~/.vimrc` does not yet exist.\n\n```bash\necho \"set tabstop=4 shiftwidth=4 expandtab\" \u003e ~/dot-files/.vimrc\ncd ~ \u0026\u0026 ./dot-files/setup.sh\n```\n\nOutput:\n\n```bash\n# Setting up dot file symlinks..\n\nSymlinked: ~/.vimrc -\u003e ~/dot-files/.vimrc\n\n# Next Steps: \n\n- Refresh bash: . ~/.bashrc\n- View aliases: a\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbill-c-martin%2Fdot-file-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbill-c-martin%2Fdot-file-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbill-c-martin%2Fdot-file-manager/lists"}